mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
refactor(makeprompt.py): remove unreachable code and debug statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user