mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Added a note in userUpdate event (#2479)
This commit is contained in:
parent
b8a9a76cf6
commit
b186472785
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ class PresenceUpdateHandler extends AbstractHandler {
|
|||
|
||||
/**
|
||||
* Emitted whenever a user's details (e.g. username) are changed.
|
||||
* <info>Disabling {@link Client#presenceUpdate} will cause this event to only fire
|
||||
* on {@link ClientUser} update.</info>
|
||||
* @event Client#userUpdate
|
||||
* @param {User} oldUser The user before the update
|
||||
* @param {User} newUser The user after the update
|
||||
|
|
|
|||
Loading…
Reference in a new issue