Skip to content

Commit

Permalink
change note
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Jul 20, 2024
1 parent fb2e341 commit babbe7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/types/gateway.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ interface GatewayOptions {
*/
shardIDs?: Array<number>;
/**
* 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;
Expand Down

0 comments on commit babbe7b

Please sign in to comment.