hitomi-team / DNN

Main Repository for Definitely Not Nitro!
GNU General Public License v2.0
7 stars 1 forks source link

on_guild_emojis_update() in bot.py not working properly #1

Closed h1divp closed 2 years ago

h1divp commented 2 years ago

When new emojis are uploaded/changed in one server, the bot's emoji cache does not update with it while running. The function also only appends emojis, so if one is removed from a server this won't match what the bot has.

I don't have much experience so I have something wrong feel free to correct me or ignore this issue :)

harubaru commented 2 years ago

The function should work with new emojis now, but I'll definitely go over and implement removing emojis from a cache when an emoji is removed.

MeaninglessCode commented 2 years ago

This should have been resolved in #2.