FAQ-Bot/README.md

14 lines
340 B
Markdown
Raw Normal View History

2025-03-11 16:15:43 +01:00
# FAQ-Bot
2025-03-11 16:17:55 +01:00
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
```