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
/
logs
/
notice.d.ts
4 lines
(3 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
import
type {
Client
,
EventMap
}
from
'oicq'
;
/** 监听处理所有通知,打印框架日志 */
export
declare
function
noticeHandler
(
this
: Client, event: Parameters<EventMap[
'notice.friend'
]>[
0
] | Parameters<EventMap[
'notice.group'
]>[
0
]
):
void
;