A Simple Discord Chatbot Created by Codewhiteweb
🏠 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: "CodeWhiteweb", // 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
👤 CodeWhiteWeb
- Website: https://CodeWhiteWeb.cf
- Twitter: @codewhiteweb1
- Github: @CodeWhiteWeb
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 CodeWhiteWeb.
This project is MIT licensed.