of course fix needed

This commit is contained in:
2025-01-31 20:15:21 +01:00
parent 74b7c22b6c
commit afc5c42e30
+1 -1
View File
@@ -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)