Skip to content

Commit e090540

Browse files
committed
updating which channels that wall_e gets rate-limited at
1 parent 8d956df commit e090540

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wall_e/utilities/log_channel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ async def write_to_bot_log_channel(logger, config, bot, file_path, chan_id, chan
2626
f = open(file_path, 'r')
2727
f.seek(0)
2828
channels_with_rate_limit = channel_name in [
29-
'member_update_listener_debug', 'member_update_listener_discordpy_warn'
29+
'member_update_listener_debug', 'member_update_listener_discordpy_warn',
30+
'member_update_listener_discordpy_debug'
3031
]
3132
incident_report_chanel_name = config.get_config_value('channel_names', 'INCIDENT_REPORT_CHANNEL')
3233
while not bot.is_closed():

0 commit comments

Comments
 (0)