14 lines
340 B
Markdown
14 lines
340 B
Markdown
# FAQ-Bot
|
|
|
|
Node.js NPM Package Natural Discord.JS FAQ based bot
|
|
|
|
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
|
|
``` |