Remove logger from jurigged watch
This commit is contained in:
parent
de02ab6f7e
commit
4bf7e3785b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ file_handler.setFormatter(
|
||||||
logger.addHandler(file_handler)
|
logger.addHandler(file_handler)
|
||||||
|
|
||||||
if jconfig.log_level == "DEBUG":
|
if jconfig.log_level == "DEBUG":
|
||||||
jurigged.watch(logger=logger)
|
jurigged.watch()
|
||||||
|
|
||||||
intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.GUILD_MESSAGE_CONTENT
|
intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.GUILD_MESSAGE_CONTENT
|
||||||
restart_ctx = None
|
restart_ctx = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue