From afc5c42e3019379329bbc8b39e68acccc2c0184e Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Fri, 31 Jan 2025 20:15:21 +0100 Subject: [PATCH] of course fix needed --- other_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_commands.py b/other_commands.py index 3892516..976d849 100644 --- a/other_commands.py +++ b/other_commands.py @@ -73,7 +73,7 @@ class OtherModule(commands.Cog): ) @commands.has_any_role('Legenda', 'Jarl', 'Bartender') async def set_logging_level(self,ctx): - with ctx.typing(): + with ctx.channel.typing(): if "DEBUG" in ctx.message.content: logger = logging.getLogger("discord") logger.setLevel(logging.DEBUG)