1234567891011121314 |
- # 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=''
|