An open API service indexing awesome lists of open source software.

https://github.com/exsper/sillyresponsebot

只会回答选择性问题的koishi插件(小阿日专用)
https://github.com/exsper/sillyresponsebot

coolq koishi plugin qq-bot

Last synced: 11 months ago
JSON representation

只会回答选择性问题的koishi插件(小阿日专用)

Awesome Lists containing this project

README

          

# SillyResponseBot
[![codebeat badge](https://codebeat.co/badges/6a1ada34-3d4a-413c-869b-aa10d61a7124)](https://codebeat.co/projects/github-com-exsper-sillyresponsebot-master)

只会回答选择性问题的koishi插件

## install
```sh
npm install Exsper/SillyResponseBot
```

## usage
必须先安装[koishi](https://koishi.js.org/guide/getting-started.html#%E8%B0%83%E7%94%A8-koishi),然后在koishi中引用该插件
```javascript
app.plugin(require('SillyResponseBot'));
```
or
```javascript
module.exports = {
plugins: [
['SillyResponseBot'],
],
}
```

## 注意
本插件默认自称是小阿日
如果需要更改称谓,请修改objects/sendMessageObject.js中的“小阿日”

## 自定义词典
本插件使用segment分词
在segmentUserDict文件夹下为自定义词典,可以自行修改