lol
Run setup.py
or
Create a file calle CONFIG.json
, the json must have the following items
{
"general": {
"default-channel": "channel-id",
"prefix": "prefix",
"mode": "dev (optional)",
"admins": ["admin-ids"],
},
"secrets": {
"token": "bot token",
"client-id": "bot client id",
"client-secret": "application client secret",
"guild": "guild id",
}
}
extra items:
{
"general": {
"enable-chat": boolean
}
}