mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fix
This commit is contained in:
@@ -73,7 +73,6 @@ class OtherModule(commands.Cog):
|
||||
)
|
||||
@commands.has_any_role('Legenda', 'Jarl', 'Bartender')
|
||||
async def set_logging_level(self,ctx):
|
||||
with ctx.channel.typing():
|
||||
if "DEBUG" in ctx.message.content:
|
||||
logger = logging.getLogger("discord")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user