We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c9b64 commit 8d956dfCopy full SHA for 8d956df
1 file changed
wall_e/utilities/log_channel.py
@@ -26,7 +26,7 @@ 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_debug', 'member_update_listener_discordpy_warn'
30
]
31
incident_report_chanel_name = config.get_config_value('channel_names', 'INCIDENT_REPORT_CHANNEL')
32
while not bot.is_closed():
0 commit comments