Revert "Fix jsDoc"

This reverts commit c1162d5d1972cb5abb3566dba663822fd1a27911.
This commit is contained in:
Nicolás Serna 2022-07-31 18:51:41 -03:00
parent c1162d5d19
commit 0dc865498c

View File

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