diff --git a/types/discord.ts b/types/discord.ts index e941938c7..5ac48464a 100644 --- a/types/discord.ts +++ b/types/discord.ts @@ -172,15 +172,6 @@ export interface Emoji { animated?: boolean; } -export interface Activity { - name: string; - type: number; - url?: string; - created_at: number; - timestamps: Timestamps; - details?: string; -} - export enum StatusType { Online = 'online', DoNotDisturb = 'dnd',