jp00p / AGIMUS

Discord bot for Friends of Desoto
MIT License
10 stars 9 forks source link

Ignore Discord Username Updates from New Username System Rollout + 2 Misc Changes #430

Closed zmattingly closed 1 year ago

zmattingly commented 1 year ago

Discord is rolling out their new username system which means we're seeing a lot of messages in #captains-log as a result due to the on_user_update() event being fired when this happens.

Digging into it a bit it appears we can check if the discriminator during this update changed and if so ignore the update (during the username change the user's discriminator is changed to "0")

Two other misc changes included: