From c60472916e1311eb259e7bdcfe96a64f71cdec26 Mon Sep 17 00:00:00 2001 From: Will Hoskings Date: Tue, 11 Feb 2020 18:23:39 +0000 Subject: [PATCH] Remove Activity from discord.ts --- types/discord.ts | 9 --------- 1 file changed, 9 deletions(-) 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',