Commit 734c5e38 authored by nanahira's avatar nanahira

readme

parent 1db76547
Pipeline #6116 passed with stages
in 1 minute and 7 seconds
......@@ -23,7 +23,7 @@ upload_to_minio:
tags:
- linux
script:
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://nanahira/koishi-plugin/hisoutensoku-jammer
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://nanahira/koishi-plugin/dispose
only:
- master
......
# koishi-plugin-dispose
Koishi 退群插件
管理员使用 `dispose` 命令即可退群。
## 安装
### npm
```bash
npm install koishi-plugin-dispose
```
### 直接安装
在 https://cdn02.moecube.com:444/nanahira/koishi-plugin/dispose/index.js 下载,并配置 `koishi.config.js`
```js
module.exports = {
plugins: {
"/path/to/dispose/index.js": {}
}
}
```
## 配置
* `commmandName` 退群命令名称。
{
"name": "koishi-plugin-dispose",
"version": "1.0.0",
"description": "Koishi 退群插件",
"version": "1.0.1",
"description": "Koishi 退群插件,管理员使用 `dispose` 命令即可退群。",
"main": "dist/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment