Remove Activity from discord.ts

This commit is contained in:
Will Hoskings
2020-02-11 18:23:39 +00:00
parent 0ee59ebbc2
commit c60472916e

View File

@@ -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',