summary refs log tree commit diff
path: root/Status.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Status.ts')
-rw-r--r--Status.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/Status.ts b/Status.ts
deleted file mode 100644
index c4dab586..00000000
--- a/Status.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export type Status = "idle" | "dnd" | "online" | "offline";
-
-export interface ClientStatus {
-	desktop?: string; // e.g. Windows/Linux/Mac
-	mobile?: string; // e.g. iOS/Android
-	web?: string; // e.g. browser, bot account
-}