Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codewhiteweb/dechat-discord-chatbot

Dechat a simple discord chatbot for your server! easy setup! Fully Customizable !
https://github.com/codewhiteweb/dechat-discord-chatbot

chatbot chatbot-discord discord discord-chat-bot discord-chatbot discord-js discord-js-v12 discord12

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Welcome to Dechat Chatbot 👋



Version

Documentation


Maintenance


License: MIT


Twitter: codewhiteweb1

> A Simple Discord Chatbot Created by Codewhiteweb

### 🏠 [Homepage](https://github.com/CodeWhiteWeb/Dechat-discord-chatbot#readme)

### ✨ [Parameter Gist](https://gist.github.com/CodeWhiteWeb/af80da4c1942f6a5df7118a3f64ea363)

## Install

```sh
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
```js
const chat = new Chat({
user: uid, // required DO NOT REMOVE
name: "Chatari",//name of bot
});
```
- add more parameters from your choice [ALL PARAMETERS LIST](https://gist.github.com/CodeWhiteWeb/af80da4c1942f6a5df7118a3f64ea363)
```js
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

```sh
npm start
```

## Author

👤 **CodeWhiteWeb**

* Website: https://CodeWhiteWeb.cf
* Twitter: [@codewhiteweb1](https://twitter.com/codewhiteweb1)
* Github: [@CodeWhiteWeb](https://github.com/CodeWhiteWeb)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/CodeWhiteWeb/Dechat-discord-chatbot/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2022 [CodeWhiteWeb](https://github.com/CodeWhiteWeb).

This project is [MIT](https://github.com/CodeWhiteWeb/Dechat-discord-chatbot/blob/master/LICENSE) licensed.