mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-29 22:14:28 +02:00
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
# The Discord authorization token for the bot, requires the MESSAGE_CONTENT intent
|
|
DISCORD_AUTHORIZATION_TOKEN=
|
|
# The connection string to the MongoDB database
|
|
MONGODB_URI=''
|
|
|
|
# The api server for the poll command
|
|
API_SERVER=''
|
|
# The client id for the api
|
|
API_CLIENT_ID=''
|
|
# The client secret for the api
|
|
API_CLIENT_SECRET=''
|
|
|
|
# The poll secret used for the poll command
|
|
POLL_SECRET='' |