UNPKG
js-qqbot
Version:
latest (1.5.7)
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.4.2
1.4.0
1.3.0
基于go-cqhttp的qq机器人js框架
js-qqbot
/
plugins
/
wether.d.ts
5 lines
(4 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
5
import
{
QQBot
}
from
'src'
;
export
declare
const
wether
: {
init
(
bot
:
QQBot
):
void
; };