Skip to content

Dechat a simple discord chatbot for your server! easy setup! Fully Customizable !

License

Notifications You must be signed in to change notification settings

CodeWhiteWeb/Dechat-discord-chatbot

Repository files navigation

Welcome to Dechat Chatbot 👋

Version Documentation Maintenance License: MIT Twitter: codewhiteweb1

A Simple Discord Chatbot Created by Codewhiteweb

Install

npm install

Usage Instruction

  • add your bot token to .env.example file and rename it to .env
  • install dependency by running npm i or yarn
  • customize your bot settings in index.js
  • go to line 30 on index.js file and edit it
    const chat = new Chat({
      user: uid, // required DO NOT REMOVE
      name: "Chatari",//name of bot
    });
    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
    
    });

Run It

npm start

Author

👤 CodeWhiteWeb

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 CodeWhiteWeb.
This project is MIT licensed.

About

Dechat a simple discord chatbot for your server! easy setup! Fully Customizable !

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published