Skip to content

Commit

Permalink
add competing activity type
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 authored Jul 24, 2024
1 parent 6a848e2 commit 545b549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/ClientUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type SetActivity = {
/**
* Default: ActivityTypes.PLAYING
*/
type?: ActivityType.Playing | ActivityType.Listening | ActivityType.Watching;
type?: ActivityType.Playing | ActivityType.Listening | ActivityType.Watching | ActivityType.Competing;
};

export type SetActivityResponse = {
Expand Down

0 comments on commit 545b549

Please sign in to comment.