From 545b549650e485013486414dd42aaa4a03eec29d Mon Sep 17 00:00:00 2001 From: advaith Date: Wed, 24 Jul 2024 14:47:24 -0700 Subject: [PATCH] add competing activity type --- src/structures/ClientUser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {