docs: Add missing @extends

#9028 djs
This commit is contained in:
March 7th
2023-01-08 14:39:47 +07:00
parent eaf8167ce4
commit 85d2bdbdc4
10 changed files with 12 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ const UNRESUMABLE_CLOSE_CODES = [
* The WebSocket manager for this client.
* <info>This class forwards raw dispatch events,
* read more about it here {@link https://discord.com/developers/docs/topics/gateway}</info>
* @extends EventEmitter
* @extends {EventEmitter}
*/
class WebSocketManager extends EventEmitter {
constructor(client) {