mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
refactor!: fix some spelling mistakes (#2144)
* refactor!: fix some spelling mistakes This fixes some spelling mistakes around the code base. Note not all are fixed. * subComponent
This commit is contained in:
@@ -27,7 +27,7 @@ export function createShard(gateway: GatewayManager, shardId: number) {
|
||||
return;
|
||||
case 3063: // Resharded
|
||||
case 3064: // Resuming
|
||||
case 3065: // Reidentifying
|
||||
case 3065: // Re-identifying
|
||||
case 3066: // Missing ACK
|
||||
// Will restart shard manually
|
||||
return gateway.debug("GW CLOSED_RECONNECT", { shardId, payload: event });
|
||||
|
||||
Reference in New Issue
Block a user