Ensure emojis are synced at startup #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The emojis may have changed after a stint offline, or (as suggested in the chatroom) if room IDs are switched around in the database and it needs to sync again.
I'm pretty sure the existing emoji sync code will first check if they are synced, and then sync them if not. If that's how I coded it, I can simply call that function on the guild join gateway event.
Done in
9efd6a49b8