From 4bf7e3785b35b9802fd8fdccfb32f3b5ff9eec63 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sat, 30 Apr 2022 20:05:48 -0600 Subject: [PATCH] Remove logger from jurigged watch --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 07ff256..c73d1ae 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -23,7 +23,7 @@ file_handler.setFormatter( logger.addHandler(file_handler) if jconfig.log_level == "DEBUG": - jurigged.watch(logger=logger) + jurigged.watch() intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.GUILD_MESSAGE_CONTENT restart_ctx = None