General improvements and refactoring
This commit is contained in:
@@ -17,8 +17,8 @@ class Analytics(commands.Cog):
|
||||
async def on_message(self, message: Message):
|
||||
if (
|
||||
(message.author != self.client.user)
|
||||
and (message.author.bot == False)
|
||||
and (message.author.system == False)
|
||||
and (message.author.bot is False)
|
||||
and (message.author.system is False)
|
||||
):
|
||||
stickers = []
|
||||
for sticker in message.stickers:
|
||||
|
Reference in New Issue
Block a user