From babbe7bc877f135774fb7f0f942630b68c872128 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Fri, 19 Jul 2024 20:24:27 -0500 Subject: [PATCH] change note --- lib/types/gateway.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/types/gateway.d.ts b/lib/types/gateway.d.ts index 01873e7c..a5ee5f85 100644 --- a/lib/types/gateway.d.ts +++ b/lib/types/gateway.d.ts @@ -133,7 +133,8 @@ interface GatewayOptions { */ shardIDs?: Array; /** - * If the built-in dispatch handlers should be used. Disabling this will result in no dispatch packets being handled by the client. You must handle **everything** yourself. + * If the built-in dispatch handlers should be used. Disabling this will result in no dispatch packets being handled by the client. + * Handlers for `READY` and `RESUMED` will always be registered. You must handle **everything else** manually. * @defaultValue true */ useDefaultDispatchHandlers?: boolean;