mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
7 lines
184 B
Text
7 lines
184 B
Text
# Discord bot token found at https://discord.com/developers/applications/
|
|
TOKEN=
|
|
# MariaDB credentials for use by the bot itself
|
|
DB_HOST="localhost"
|
|
DB_USER=
|
|
DB_PASSWORD=
|
|
DB_DATABASE=
|