Skip to content

Commit

Permalink
Add COMPETING to BotOtherActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Aug 25, 2024
1 parent e8fbf1e commit 7104364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/gateway.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export interface BotCustomActivity {
}
export interface BotOtherActivity {
name: string;
type: ActivityTypes.GAME | ActivityTypes.LISTENING | ActivityTypes.WATCHING;
type: ActivityTypes.GAME | ActivityTypes.LISTENING | ActivityTypes.WATCHING | ActivityTypes.COMPETING;
}

export type BotActivity = BotStreamingActivity | BotCustomActivity | BotOtherActivity;
Expand Down

0 comments on commit 7104364

Please sign in to comment.