A Simple Discord Chatbot Created by SajagIN
🏠 Homepage
npm install
- add your bot token to
.env.example
file and rename it to.env
- install dependency by running
npm i
oryarn
- customize your bot settings in
index.js
- go to
line 30
onindex.js
file and edit it
const chat = new Chat({
user: uid, // required DO NOT REMOVE
name: "Chatari",//name of bot
});
- add more parameters from your choice ALL PARAMETERS LIST
const chat = new Chat({
user: uid, // required DO NOT REMOVE
name: "Chatari", // name of bot
developer_name: "SajagIN", // your name
age: "1 year", // bot's age
color:"Blue" // bot's favourite color
// you can extend the option with all possible parameters from the link given above
});
npm start
👤 SajagIN
- Website: https://SajagIN.github.io
- Twitter: @codewhiteweb1
- Github: @SajagIN
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!