From 55cbc3778544907d9251e4e7da43be31ccb9819c Mon Sep 17 00:00:00 2001 From: Cinnamon <71698422+aiko-chan-ai@users.noreply.github.com> Date: Fri, 24 Jun 2022 08:44:07 +0700 Subject: [PATCH] typings(Shard#reconnecting): Backport to v13 - Fix event name https://github.com/discordjs/discord.js/pull/8126 v13.8.1 --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 872b8dd..b6af1e9 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2256,7 +2256,7 @@ export interface ShardEventTypes { death: [child: ChildProcess]; disconnect: []; ready: []; - reconnection: []; + reconnecting: []; error: [error: Error]; message: [message: any]; }