SuperMechs-themed discord bot featuring item lookup, comparison, mech building, & more.
- Python 3.10+ is required
pip install pdm
pdm install
Variable | Description | Type | Required |
---|---|---|---|
BOT_TOKEN |
Prod bot token | str | If running with -O flag |
BOT_TOKEN_DEV |
Development bot token | str | If running without -O flag |
HOME_GUILD_ID |
ID of a guild dev-only commands will be registered to | int | Always |
LOGS_CHANNEL_ID |
ID of a text channel the bot will send tracebacks to | int | Always |