UNPKG
@oebot/core
Version:
latest (0.8.6)
0.8.6
0.8.5
0.8.4
0.8.3
能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)
docs.d3ft.cn.eu.org/oebot/
@oebot/core
/
lib
/
core
/
commands
/
status.d.ts
6 lines
(5 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Client
}
from
'oicq'
;
export
declare
const
SystemMap
:
Record
<
string
,
string
>;
export
declare
const
ArchMap
:
Record
<
string
,
string
>;
/** 运行状态指令处理函数 */
export
declare
function
fetchStatus
(
bot
:
Client
):
Promise
<
string
>;