Skip to content

Commit

Permalink
feat: add ActivityType.Competing
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper authored Jul 24, 2024
1 parent 61acace commit 904a73a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/structures/ClientUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export type SetActivity = {
type?:
| ActivityType.Playing
| ActivityType.Listening
| ActivityType.Watching;
| ActivityType.Watching
| ActivityType.Competing;
};

export type SetActivityResponse = {
Expand Down

0 comments on commit 904a73a

Please sign in to comment.