mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
Remove Activity from discord.ts
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user