From 2286d31468713cab50bbf3bb703ec3fa9c1e8d40 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:12:20 +0000 Subject: [PATCH] fix: delete invisible --- types/shared.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/shared.ts b/types/shared.ts index b50c7e4f3..83379c020 100644 --- a/types/shared.ts +++ b/types/shared.ts @@ -2,7 +2,6 @@ export enum PresenceStatus { online, dnd, idle, - invisible, offline, }