diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 6b72490eb..065928d1e 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -3553,7 +3553,7 @@ export interface ClientOptions { waitGuildTimeout?: number; sweepers?: SweeperOptions; ws?: WebSocketOptions; - rest?: RESTOptions; + rest?: Partial; } export type ClientPresenceStatus = 'online' | 'idle' | 'dnd';