mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
remove game prop
This commit is contained in:
@@ -230,8 +230,6 @@ export interface WebhookUpdatePayload {
|
||||
export interface PresenceUpdatePayload {
|
||||
/** The user presence is being updated for. */
|
||||
user: PartialUser;
|
||||
/** null, or the user's current activity */
|
||||
game: Activity | null;
|
||||
/** The id of the guild */
|
||||
guild_id: string;
|
||||
/** Either idle, dnd, online, or offline */
|
||||
|
||||
@@ -561,8 +561,6 @@ export interface Presence {
|
||||
user: UserPayload;
|
||||
/** The roles this user is in */
|
||||
roles: string[];
|
||||
/** null, or the user's current activity */
|
||||
game: Activity | null;
|
||||
/** The id of the guild */
|
||||
guild_id: string;
|
||||
/** Either idle */
|
||||
|
||||
Reference in New Issue
Block a user