mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
This commit is contained in:
parent
5267edccb8
commit
2cbfdf4a5b
@ -44,7 +44,7 @@ export interface BotList {
|
||||
totalPage: number
|
||||
}
|
||||
|
||||
export type Status = 'online' | 'offline' | 'dnd' | 'idle' | 'streaming'
|
||||
export type Status = 'online' | 'offline' | 'dnd' | 'idle' | 'streaming' | null
|
||||
|
||||
export type BotState = 'ok' | 'reported' | 'archived' | 'private'
|
||||
|
||||
|
||||
@ -15,6 +15,10 @@ export const Status = {
|
||||
text: '오프라인',
|
||||
color: 'gray-500',
|
||||
},
|
||||
streaming: {
|
||||
text: '방송중',
|
||||
color: 'purple-500'
|
||||
},
|
||||
null: {
|
||||
text: '알 수 없음',
|
||||
color: 'gray-500',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user