We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d956df commit e090540Copy full SHA for e090540
1 file changed
wall_e/utilities/log_channel.py
@@ -26,7 +26,8 @@ async def write_to_bot_log_channel(logger, config, bot, file_path, chan_id, chan
26
f = open(file_path, 'r')
27
f.seek(0)
28
channels_with_rate_limit = channel_name in [
29
- 'member_update_listener_debug', 'member_update_listener_discordpy_warn'
+ 'member_update_listener_debug', 'member_update_listener_discordpy_warn',
30
+ 'member_update_listener_discordpy_debug'
31
]
32
incident_report_chanel_name = config.get_config_value('channel_names', 'INCIDENT_REPORT_CHANNEL')
33
while not bot.is_closed():
0 commit comments