Description Usage Arguments Disclaimer Differences Examples
View source: R/events_guildmemberupdate.r
Event, emits whenever a member updates it's state
1 | events.guild_member_update(data, client)
|
data |
The event fields |
client |
The client object |
This event will return guild id instead of guild object if not cached. this can be used in order to fetch the guild from the API AND old_member will return as NA if not cached
This event will not return differences because it will be too expensive of an operation.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.