UNPKG
koishi-plugin-batchkick
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
批量踢人插件,支持通过QQ群管理接口批量踢出群成员
koishi-plugin-batchkick
/
lib
/
index.d.ts
7 lines
(6 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
,
Schema
}
from
'koishi'
;
export
declare
const
name =
"batchkick"
;
export
interface
Config
{ }
export
declare
const
Config
:
Schema
<
Config
>;
export
declare
function
apply
(
ctx
:
Context
,
config
:
Config
):
void
;