curtisf / logger

Loggerbot version 3, the Discord bot serving nearly 24 million users.
https://logger.bot
GNU General Public License v3.0
374 stars 131 forks source link

add sticker update logging #28

Open marvinody opened 2 years ago

marvinody commented 2 years ago

This is just the code that I used for sticker log changes. Adapted heavily from the emote one.

I had to update to eris 0.16.1 for this since the eris branch you maintain doesn't have the guildStickerUpdate event.

You can close this if you want, but wanted to share in case it helps you. I only run it on 1 server so not sure if you'll hit scaling issues or some other weird issue with the custom eris version.

Pic shows the 3 main events, addition, removal, updates. I couldn't get the animated stickers to play in the embed, not sure why (when you access the url, it's animated). My guess is that it's a Discord bug that PNG's won't animate by default.

Screen Shot 2022-04-28 at 8 55 08 PM