config.py Reference

TOKEN = ''

Bot token from https://discordapp.com/developers/applications/me

MODULE_PATH = ['modules']

Import paths for modules

Don’t change unless you know what you’re doing

DATA_PATH = 'data/'

Module data folder

This is where the configuration(s) and other module stuff will go to

MULTIPLE_SERVER_SUPPORT = False

Will the bot get used in multiple servers?

DEFAULT_COMMAND_PREFIX = '!'

Default Command Prefix

DEFAULT_LANGUAGE = 'en'

Default Language

MONIUM_LOGLEVEL = logging.INFO

Monium logging level

MODULE_LOGLEVEL = logging.INFO

Module logging level

OTHER_LOGLEVEL = logging.INFO

Other library logging level