| 123456789101112 |
- # Copy this file to config.py and fill in necessary values
- CONFIG = {
- 'clientToken': 'token',
- 'joinWarningCount': 5,
- 'joinWarningSeconds': 5,
- 'commandPrefix': '$rb_',
- 'kickEmojiName': 'boot',
- 'kickEmoji': '👢',
- 'banEmojiName': 'no_entry_sign',
- 'banEmoji': '🚫',
- 'configPath': 'config/',
- }
|