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
/
self.d.ts
9 lines
(8 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
QQBot
}
from
'../index'
;
export
interface
ISelfConfig
{
start
:
string
;
spec
:
string
; }
export
declare
const
self
:
(
config
?:
ISelfConfig
) =>
{
init
(
bot
:
QQBot
):
void
; };