# Copy this file to config.py and fill in necessary values CONFIG = { '__config_version': 2, 'client_token': 'token', 'command_prefix': '$rb_', 'kick_emoji': 'đŸ‘ĸ', 'ban_emoji': 'đŸšĢ', 'trash_emoji': '🗑', 'success_emoji': '✅', 'failure_emoji': '❌', 'warning_emoji': 'âš ī¸', 'info_emoji': 'â„šī¸', 'config_path': 'config/', 'cog_defaults': { 'JoinRaidCog': { 'enabled': False, 'warning_count': 5, 'warning_seconds': 5, }, 'CrossPostCog': { 'warn_message_count': 3, 'ban_message_count': 9999, 'time_window_seconds': 120, 'min_message_length': 0, }, 'URLSpamCog': { 'joinage': 900, # Should be > 600 due to Discord-imposed waiting period 'action': 'nothing', # "nothing" | "modwarn" | "delete" | "kick" | "ban" }, }, }