Refactor Message.data system

This commit is contained in:
AlberLC
2023-01-01 02:35:11 +01:00
parent 94d29dafd2
commit 409b3b4864

View File

@@ -217,7 +217,7 @@ class FlanaBot(Connect4Bot, PenaltyBot, PollBot, ScraperBot, WeatherBot, MultiBo
or
message.replied_message.author.id != self.id
or
not message.replied_message.data.get('media')
not message.replied_message.medias
)
and
(