Fix jsDoc

This commit is contained in:
Nicolás Serna 2022-07-31 18:51:27 -03:00
parent 8fedad76a6
commit c1162d5d19

View File

@ -684,7 +684,7 @@ export interface Ready extends Omit<DiscordReady, 'user'> {
} }
/** /**
* Alias of `keyof (Events) & string`. List of all events that can be emitted by the session. * Alias of `keyof Events. List of all events that can be emitted by the session.
* Ex: ready, messageCreate, guildCreate, etc. * Ex: ready, messageCreate, guildCreate, etc.
* @see {@link Events} * @see {@link Events}
*/ */