CodeWhiteWeb / Dechat-discord-chatbot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Dechat Chatbot πŸ‘‹

Version Documentation Maintenance License: MIT Twitter: codewhiteweb1

A Simple Discord Chatbot Created by Codewhiteweb

🏠 Homepage

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 !

License:MIT License


Languages

Language:JavaScript 91.6%Language:Nix 6.9%Language:Shell 1.5%