Skip to content

Commit

Permalink
Merge pull request #57 from advaith1/patch-1
Browse files Browse the repository at this point in the history
add competing activity type
  • Loading branch information
xhayper authored Jul 24, 2024
2 parents 6a848e2 + 545b549 commit 578b194
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 578b194

Please sign in to comment.