A small Discord Bot
| Variable | Description | Required? |
|---|---|---|
| BOT_TOKEN | Discord Bot Token | ✔️ |
| VERBOSITY | Verbosity of console output. Possible values are debug, info, warn or error. |
✔️ |
| MONGO_USER | Username to use to access the db. | ✔️ |
| MONGO_PASSWORD | Password of the user for the db. | ✔️ |
| MONGO_CLUSTER | Name of the cluster. | ✔️ |
| DATABASE_NAME | Name of the db that will be created in the cluster. | ✔️ |
| LOG_DATE_FORMAT | Overwrite the date format in the logs. |