UNPKG
koishi-plugin-vv-bot
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
基于 https://github.com/Cicada000/VV 的VV表情包机器人
738NGX/vv-bot
koishi-plugin-vv-bot
/
lib
/
index.d.ts
7 lines
(6 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
,
Schema
}
from
'koishi'
;
export
declare
const
name =
"vv-bot"
;
export
interface
Config
{ }
export
declare
const
Config
:
Schema
<
Config
>;
export
declare
function
apply
(
ctx
:
Context
):
void
;