diff --git a/typings/index.d.ts b/typings/index.d.ts index 494b34881..c8d6cb233 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2933,10 +2933,10 @@ declare module 'discord.js' { readonly tag: null; } - type PresenceStatus = ClientPresenceStatus | 'offline'; - type PresenceStatusData = ClientPresenceStatus | 'invisible'; + type PresenceStatus = PresenceStatusData | 'offline'; + interface RateLimitData { timeout: number; limit: number;