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.js
9 lines
(8 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
wether
=
void
0
;
exports
.
wether
= {
init
(
bot
) {
console
.
log
(
'123123'
); }, };