Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/codewhiteweb/dechat-discord-chatbot
- Owner: CodeWhiteWeb
- License: mit
- Created: 2022-07-20T16:53:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T17:40:51.000Z (over 2 years ago)
- Last Synced: 2023-03-06T10:08:07.361Z (over 1 year ago)
- Topics: chatbot, chatbot-discord, discord, discord-chat-bot, discord-chatbot, discord-js, discord-js-v12, discord12
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Dechat Chatbot 👋
> 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.