remove game prop

This commit is contained in:
Skillz
2020-09-25 10:23:42 -04:00
parent f02a4b97af
commit e7138f227d
2 changed files with 0 additions and 4 deletions

View File

@@ -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 */

View File

@@ -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 */