From 8f2854bffac5ab3a50d212a91bfba2400bd0e392 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Sat, 12 Aug 2023 18:28:48 +1000 Subject: [PATCH] Add Custom Status to presence command --- src/commands/dev.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/dev.ts b/src/commands/dev.ts index 8fe456c..1e3ef09 100644 --- a/src/commands/dev.ts +++ b/src/commands/dev.ts @@ -91,6 +91,7 @@ export default { case 1: return 'Streaming'; case 2: return 'Listening to'; case 3: return 'Watching'; + //case 4: return 'Custom Status'; // Will be enabled once PR #9743 on D.JS repo merges in. case 5: return 'Competing in'; } };