.env.example 385 B

1234567891011121314
  1. # The Discord authorization token for the bot, requires the MESSAGE_CONTENT intent
  2. DISCORD_AUTHORIZATION_TOKEN=
  3. # The connection string to the MongoDB database
  4. MONGODB_URI=''
  5. # The api server for the poll command
  6. API_SERVER=''
  7. # The client id for the api
  8. API_CLIENT_ID=''
  9. # The client secret for the api
  10. API_CLIENT_SECRET=''
  11. # The poll secret used for the poll command
  12. POLL_SECRET=''