Variables
- MONGOURI: The URI of the MongoDB database
- TOKEN: The discord bot token, you can get it from the Discord Developer Portal
- CLIENT_ID: The client ID of the bot, you can get it from the Discord Developer Portal
- BOTPREFIX: The default prefix of the bot, they will be used if the guild doesn't have a custom prefix
- DEBUG: If set to true, the bot will set to development mode. [True|False]
- LOGLEVEL: The log level of the bot. [1-4]
- SECRET_KEY: Random string used for generate JWT tokens for the api/web
Example
.env.example
loading...