Description Usage Arguments Disclaimer
View source: R/events_guildemojisupdate.r
Event, emitted whenever an Emoji is being updated
1 | events.guild_emojis_update(data, client)
|
data |
The event fields |
client |
The client object |
The way this event works is: This event calls sub events, by default the gateway doesn't have the option of recognizing what's an emoji remove and an emoji update for example. so I decided to handle that for you, adding 3 events in total of emojis update events (These events are not documented in the official docs!) 'GUILD_EMOJIS_UPDATE' 'GUILD_EMOJIS_ADD' 'GUILD_EMOJIS_REMOVE'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.