23 lines
667 B
Markdown
23 lines
667 B
Markdown
# FAQ-Bot
|
|
|
|
## Versions
|
|
[v2:latest](http://lhhomeserver.ddns.net:3000/Lisa_Stuff/FAQ-Bot/src/branch/main/index.js)
|
|
[v1:legacy](http://lhhomeserver.ddns.net:3000/Lisa_Stuff/FAQ-Bot/src/branch/main/index.js.v1)
|
|
|
|
## Node.JS Discord based FAQ bot using NPM Natural
|
|
|
|
Setup:
|
|
```js
|
|
npm i discord.js natural
|
|
```
|
|
Edit index.js, adjust code and training bases for yourself, please note that every adjustment changes confidence rate and you might need to adjust it too!
|
|
|
|
> DON'T FORGET TO SPECIFY CHANNEL ID AND BOT TOKEN!
|
|
|
|
Run:
|
|
```js
|
|
node index.js
|
|
```
|
|
|
|
Licensed under CC-BY-SA-4.0 , Maintainer contact: lisahonkay@gmail.com
|
|
https://creativecommons.org/licenses/by-sa/4.0/deed.en |