mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-08 10:04:24 +02:00
12 lines
326 B
Plaintext
12 lines
326 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=''
|