In your bot folder are two configuration files: `settings.json` and `server.json`.
##### settings.json
-`token`
The bot token your bot is using.
-`prefix`
The bot needs a prefix to distinguish messages adressed to him.
-`description`
A description of the bot, printed when calling `help`.
-`game`
Sets the "Playing" message of your bot, placed after a help command
-`extensions`
A list of all extensions the bot will automatically load after starting. You can add more members either manually or by passing `True` as second argument to `load <ext>`
-`maintainer`
ID of the user with privileges to maintain the bot. Only this user can load, unload and reload extensions.
##### server.json
*You can either edit this file manually or use the respective moderation commands.*
As soon as the bot joins a server, it will fill `server.json` automatically with an dictionary identified by the server ID with the following keys:
-`adminRole`
Everyone with the given role has the permissions to run admin commands of the bot
-`modRole`
Everyone with the given role has the permissions to run mod commands of the bot
-`joinMessage`
A Message every user gets when he joins your server.
-`suggestionChannel`
A designated channel for the bot's suggest function. See `help suggest` for more informations
-`modChannel`
A channel the bot is using for logging moderation commands.