From 68d89af2ac62ab065ab48c2b05d750f1d7134b1f Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:43:34 +0200 Subject: [PATCH] refactor: sern-snippets presence --- src/utils/randomStatus.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/randomStatus.ts b/src/utils/randomStatus.ts index 549e434..2d8a1e5 100644 --- a/src/utils/randomStatus.ts +++ b/src/utils/randomStatus.ts @@ -12,6 +12,7 @@ const statues: [ [ActivityType.Watching, "github stars go brrr", "online"], [ActivityType.Listening, "Spotify", "dnd"], [ActivityType.Listening, "what's bofa", "idle"], + [ActivityType.Listening, "SrIzan.sern-snippets @ VSCode marketplace", "idle"], ]; export function randomStatus(client: Client) {