mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
fix: Remove connection.url from open debug message (#6018)
This commit is contained in:
@@ -265,7 +265,7 @@ class WebSocketShard extends EventEmitter {
|
|||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
onOpen() {
|
onOpen() {
|
||||||
this.debug(`[CONNECTED] ${this.connection.url} in ${Date.now() - this.connectedAt}ms`);
|
this.debug(`[CONNECTED] Took ${Date.now() - this.connectedAt}ms`);
|
||||||
this.status = Status.NEARLY;
|
this.status = Status.NEARLY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user