A bot of many talents
NOTE: If you want to run this yourself, make sure the bot is a "Bot User"
I'd prefer if only my instance was running so the bot and users don't get confused. You should only need one main configuration file while the rest will be created automatically. In the web
directory, rename environment_example.py to environment.py
Click here to have the bot added to your server
SQUID_BOT_DEBUG_MODE:
Should the bot be in Debug modeSQUID_BOT_CLIENT_ID:
The Client ID assigned by DiscordSQUID_BOT_TOKEN:
The token used by Discord to sign in with your botSQUID_BOT_OWNER_ID:
The Discord ID for the owner of the botSQUID_BOT_EMAIL_PASSWORD:
SMTP Email user passwordDJANGO_SETTINGS_MODULE:
The module that has django settingsSQUID_BOT_DJANGO_SECRET:
Unique 'token' for djangoSQUID_BOT_DATABASE_ENGINE:
Which django database engine to useSQUID_BOT_DATABASE_NAME:
Name of the database django will useSQUID_BOT_DATABASE_HOST:
The host django will use for the databaseSQUID_BOT_DATABASE_PORT:
The port for accessing the databaseSQUID_BOT_DATABASE_USERNAME:
The username for the django databaseSQUID_BOT_DATABASE_PASSWORD:
The password for the django database
- Python 3.5+
- Async version of discord.py
- Rapptz and his amazing work on Discord.py combined with the code I used as a template RoboDanny