mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added BotList type
This commit is contained in:
parent
f12805187a
commit
fb624ef25c
@ -37,6 +37,13 @@ export interface User {
|
|||||||
bots: Bot[] | string[]
|
bots: Bot[] | string[]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface BotList {
|
||||||
|
type: ListType
|
||||||
|
data: Bot[]
|
||||||
|
currentPage: number
|
||||||
|
totalPage: number
|
||||||
|
}
|
||||||
|
|
||||||
export type Status = 'online' | 'offline' | 'dnd' | 'idle' | 'streaming'
|
export type Status = 'online' | 'offline' | 'dnd' | 'idle' | 'streaming'
|
||||||
|
|
||||||
export type BotState = 'ok' | 'reported' | 'archived' | 'private'
|
export type BotState = 'ok' | 'reported' | 'archived' | 'private'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user