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, }