Fixed sticker object type
This commit is contained in:
parent
967d5e981e
commit
64630e0ab7
@ -50,7 +50,7 @@ class Analytics(commands.Cog):
|
|||||||
"user": message.author.id,
|
"user": message.author.id,
|
||||||
"channel": message.channel.id,
|
"channel": message.channel.id,
|
||||||
"content": message.content,
|
"content": message.content,
|
||||||
"stickers": message.stickers,
|
"stickers": stickers,
|
||||||
"attachments": attachments,
|
"attachments": attachments,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user