mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
This commit is contained in:
@@ -5,8 +5,8 @@ import { DiscordStatusTypes } from "./status_types.ts";
|
||||
export interface StatusUpdate {
|
||||
/** Unix time (in milliseconds) of when the client went idle, or null if the client is not idle */
|
||||
since: number | null;
|
||||
/** null, or the user's activities */
|
||||
activities: Activity[] | null;
|
||||
/** The user's activities */
|
||||
activities: Activity[];
|
||||
/** The user's new status */
|
||||
status: DiscordStatusTypes;
|
||||
/** Whether or not the client is afk */
|
||||
|
||||
Reference in New Issue
Block a user