Description Usage Arguments Returns Note Examples
View source: R/events_guildemojisupdate.r
Event, emitted whenever an emoji updates (for real)
1 | events.emojis_update(new_emoji, old_emoji, differences, client)
|
new_emoji |
The new emoji object |
old_emoji |
The old emoji object |
differences |
The differences between them |
client |
The client object |
This event like the other x_update events will return the (new object, old object, list of differences)
this event is being emitted from events.guild_emojis_update
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.