Discord bot that serves random riddles on command.
It is recommended to use a Python virtual environment.
| Name | Required | Default | Description |
|---|---|---|---|
| BASE_RIDDLES_API_URL | ☑ | The base API URL to retrieve riddles from. | |
| DISCORD_BOT_TOKEN | ☑ | The token of the R6 Stats Discord Bot. | |
| LOG_LEVEL | INFO |
Level of logging to display/save. Can be one of DEBUG, INFO, WARN, ERROR |
poetry install --with dev
python -m bot