hikari.events.user_events
#
Events fired when the account user is updated.
OwnUserUpdateEvent #
Bases: ShardEvent
Event fired when the account user is updated.
old_user class-attribute
instance-attribute
#
The old application user.
This will be None
if the user missing from the cache.
shard class-attribute
instance-attribute
#
shard: GatewayShard = field(metadata={SKIP_DEEP_COPY: True})
Shard that received this event.