# Copy this file to config.py and fill in necessary values config = { 'clientToken': 'token', 'dbHost': 'localhost', 'dbUser': 'username', 'dbPassword': 'password', 'dbDatabase': 'databasename', 'joinWarningCount': 5, 'joinWarningSeconds': 5, 'commandPrefix': '$', }