Update WebSocketShard.js

This commit is contained in:
March 7th 2023-01-06 19:07:35 +07:00
parent 9a7706fcf4
commit 6c3830aedf

View File

@ -64,6 +64,7 @@ class WebSocketShard extends EventEmitter {
/** /**
* URL to use when resuming * URL to use when resuming
* @type {?string}
*/ */
this.resumeURL = null; this.resumeURL = null;