We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
role_comands_debug
1 parent af6cb03 commit 61f2948Copy full SHA for 61f2948
wall_e/utilities/log_channel.py
@@ -63,7 +63,7 @@ async def write_to_bot_log_channel(logger, config, bot, file_path, chan_id, chan
63
f'[log_channel.py write_to_bot_log_channel()] write to channel failed\n{exc_str}'
64
)
65
line = f.readline()
66
- if channel_name == 'leveling_debug':
+ if channel_name in ['leveling_debug', 'role_commands_debug']:
67
# adding a sleep cause the amount of debug logs that I print due to the wall_e_models module can
68
# trigger a Rate Limit exception if done too fast
69
await asyncio.sleep(1)
0 commit comments