mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
types: added types
This commit is contained in:
parent
049b51b67b
commit
88caef75b0
@ -124,6 +124,15 @@ export interface DiscordUserInfo {
|
||||
premium_type: 0 | 1 | 2
|
||||
}
|
||||
|
||||
export interface UserCache {
|
||||
id: string
|
||||
version: number
|
||||
username: string
|
||||
tag: string
|
||||
}
|
||||
|
||||
export type Theme = 'dark' | 'light' | 'system'
|
||||
|
||||
export type Status = 'online' | 'offline' | 'dnd' | 'idle' | 'streaming' | null
|
||||
|
||||
export type BotState = 'ok' | 'reported' | 'archived' | 'private'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user