| 123456789101112131415 |
- # 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': '$',
- 'kickEmojiName': 'boot',
- 'kickEmoji': '👢',
- 'banEmojiName': 'no_entry_sign',
- 'banEmoji': '🚫',
- }
|