Fix FlanaBot._on_database_messages

This commit is contained in:
AlberLC
2024-02-06 00:43:54 +01:00
parent 505ec0cf51
commit d57eae19b5

View File

@@ -215,6 +215,7 @@ class FlanaBot(Connect4Bot, PenaltyBot, PollBot, ScraperBot, UberEatsBot, Weathe
return
if message.author.id != self.owner_id:
await self.send_negative(message)
return
words = await self.filter_mention_ids(message.text, message, delete_names=True)
n_messages = 0