diff --git a/src/structures/ClientUser.ts b/src/structures/ClientUser.ts index 19929a1..68c7174 100644 --- a/src/structures/ClientUser.ts +++ b/src/structures/ClientUser.ts @@ -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 = {