UNPKG
koishi-plugin-shutdown
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
shutdown(8) for Koishi.
common.koishi.chat/plugins/shutdown.html
koishijs/common
koishi-plugin-shutdown
/
lib
/
index.d.ts
5 lines
(4 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
import
{
Context
,
Schema
}
from
'koishi'
;
export
declare
const
name =
"shutdown"
;
export
declare
const
Config
:
Schema
<{}>;
export
declare
function
apply
(
ctx
:
Context
):
void
;