refactor(makeprompt.py): remove unreachable code and debug statement

This commit is contained in:
Paillat
2023-05-05 13:58:41 +02:00
parent 82186386f7
commit 65ed0e6e07

View File

@@ -256,7 +256,7 @@ async def chat_process(self, message):
pass pass
except Exception as e: except Exception as e:
raise 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)): if (await need_ignore_message(self.bot, data_dict, message, guild_data, original_message, channels)):
return return