Fix avatar size to 1024px

This commit is contained in:
Nexus 2023-08-11 22:06:44 +01:00
parent 141568b4b2
commit c2fdcae46f
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -370,7 +370,7 @@ class Events(commands.Cog):
if message.channel.name == "femboy-hole":
payload = {
"author": message.author.name,
"avatar": message.author.display_avatar.with_format("webp").with_size(32).url,
"avatar": message.author.display_avatar.with_format("webp").with_size(1024).url,
"content": message.content,
"at": message.created_at.timestamp(),
"attachments": [