diff --git a/typings/index.d.ts b/typings/index.d.ts index 3511cc530773..bb8e8293e706 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -146,7 +146,7 @@ export class Activity { public details: string | null; public emoji: Emoji | null; public flags: Readonly; - public id: Snowflake; + public id: string; public name: string; public party: { id: string | null; @@ -2863,7 +2863,7 @@ export type ActivitiesOptions = Omit; export interface ActivityOptions { name?: string; url?: string; - type?: ActivityType | number; + type?: Exclude | Exclude; shardId?: number | readonly number[]; }