mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Remove Activity from discord.ts
This commit is contained in:
@@ -172,15 +172,6 @@ export interface Emoji {
|
|||||||
animated?: boolean;
|
animated?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Activity {
|
|
||||||
name: string;
|
|
||||||
type: number;
|
|
||||||
url?: string;
|
|
||||||
created_at: number;
|
|
||||||
timestamps: Timestamps;
|
|
||||||
details?: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
export enum StatusType {
|
export enum StatusType {
|
||||||
Online = 'online',
|
Online = 'online',
|
||||||
DoNotDisturb = 'dnd',
|
DoNotDisturb = 'dnd',
|
||||||
|
|||||||
Reference in New Issue
Block a user