mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06: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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user