From 65ed0e6e075315dc89026963674f92178188f47e Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 5 May 2023 13:58:41 +0200 Subject: [PATCH] refactor(makeprompt.py): remove unreachable code and debug statement --- code/makeprompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/makeprompt.py b/code/makeprompt.py index 0a54510..3b78bba 100644 --- a/code/makeprompt.py +++ b/code/makeprompt.py @@ -256,7 +256,7 @@ async def chat_process(self, message): pass except Exception as e: raise e - debug("No premium channels found for this guild") + print(channels) if (await need_ignore_message(self.bot, data_dict, message, guild_data, original_message, channels)): return