Fixed sticker object type

This commit is contained in:
Profitroll 2023-05-08 19:27:22 +02:00
parent 967d5e981e
commit 64630e0ab7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Analytics(commands.Cog):
"user": message.author.id,
"channel": message.channel.id,
"content": message.content,
"stickers": message.stickers,
"stickers": stickers,
"attachments": attachments,
}
)