UNPKG
koishi-plugin-soup
Version:
latest (1.0.2)
1.0.2
来一碗心灵鸡汤吧。
github.com/Monarchdos/koishi-plugin-soup
Monarchdos/koishi-plugin-soup
koishi-plugin-soup
/
lib
/
index.d.ts
8 lines
(7 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Context
,
Schema
}
from
'koishi'
;
export
declare
const
name =
"soup"
;
export
interface
Config
{
SoupReplyquote
:
boolean
; }
export
declare
const
Config
:
Schema
<
Config
>;
export
declare
function
apply
(
ctx
:
Context
,
config
:
Config
):
void
;