mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Fix tiny doc string
This commit is contained in:
parent
b8034525e3
commit
d4793bae0f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class UserSettingsUpdateHandler extends AbstractHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted when the client user's settings update.
|
* Emitted whenever the client user's settings update.
|
||||||
* @event Client#clientUserSettingsUpdate
|
* @event Client#clientUserSettingsUpdate
|
||||||
* @param {ClientUserSettings} clientUserSettings The new client user settings
|
* @param {ClientUserSettings} clientUserSettings The new client user settings
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue