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)