{"id":17565298,"url":"https://github.com/codewhiteweb/dechat-discord-chatbot","last_synced_at":"2025-04-12T14:11:41.846Z","repository":{"id":47351852,"uuid":"516064107","full_name":"CodeWhiteWeb/Dechat-discord-chatbot","owner":"CodeWhiteWeb","description":"Dechat a simple discord chatbot for your server! easy setup!  Fully Customizable !","archived":false,"fork":false,"pushed_at":"2022-07-20T17:40:51.000Z","size":1509,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T08:47:42.510Z","etag":null,"topics":["chatbot","chatbot-discord","discord","discord-chat-bot","discord-chatbot","discord-js","discord-js-v12","discord12"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeWhiteWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-20T16:53:32.000Z","updated_at":"2024-01-24T18:27:34.000Z","dependencies_parsed_at":"2022-09-01T18:32:13.705Z","dependency_job_id":null,"html_url":"https://github.com/CodeWhiteWeb/Dechat-discord-chatbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWhiteWeb%2FDechat-discord-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWhiteWeb%2FDechat-discord-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWhiteWeb%2FDechat-discord-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWhiteWeb%2FDechat-discord-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWhiteWeb","download_url":"https://codeload.github.com/CodeWhiteWeb/Dechat-discord-chatbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578871,"owners_count":21127713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","chatbot-discord","discord","discord-chat-bot","discord-chatbot","discord-js","discord-js-v12","discord12"],"created_at":"2024-10-21T14:10:45.501Z","updated_at":"2025-04-12T14:11:41.823Z","avatar_url":"https://github.com/CodeWhiteWeb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to Dechat Chatbot 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://github.com/CodeWhiteWeb/Dechat-discord-chatbot#readme\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/CodeWhiteWeb/Dechat-discord-chatbot/graphs/commit-activity\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/CodeWhiteWeb/Dechat-discord-chatbot/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/github/license/CodeWhiteWeb/dechat-discord-chatbot\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/codewhiteweb1\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: codewhiteweb1\" src=\"https://img.shields.io/twitter/follow/codewhiteweb1.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e A Simple Discord Chatbot Created by Codewhiteweb\n\n### 🏠 [Homepage](https://github.com/CodeWhiteWeb/Dechat-discord-chatbot#readme)\n\n### ✨ [Parameter Gist](https://gist.github.com/CodeWhiteWeb/af80da4c1942f6a5df7118a3f64ea363)\n\n## Install\n\n```sh\nnpm install\n```\n\n## Usage Instruction\n- add your bot token to `.env.example` file and rename it to `.env`\n- install dependency by running `npm i` or `yarn`\n- customize your bot settings in ` index.js`\n- go to `line 30` on `index.js` file and edit it\n```js\n    const chat = new Chat({\n      user: uid, // required DO NOT REMOVE\n      name: \"Chatari\",//name of bot\n    });\n```\n- add more parameters from your choice [ALL PARAMETERS LIST](https://gist.github.com/CodeWhiteWeb/af80da4c1942f6a5df7118a3f64ea363)\n```js\n    const chat = new Chat({\n      user: uid,                      // required DO NOT REMOVE\n      name: \"Chatari\",                // name of bot\n      developer_name: \"CodeWhiteweb\", // your name\n      age: \"1 year\",                  // bot's age\n      color:\"Blue\"                    // bot's favourite color\n      \n      // you can extend the option with all possible parameters from the link given above\n    \n    });\n```\n## Run It\n\n```sh\nnpm start\n```\n\n## Author\n\n👤 **CodeWhiteWeb**\n\n* Website: https://CodeWhiteWeb.cf\n* Twitter: [@codewhiteweb1](https://twitter.com/codewhiteweb1)\n* Github: [@CodeWhiteWeb](https://github.com/CodeWhiteWeb)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/CodeWhiteWeb/Dechat-discord-chatbot/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2022 [CodeWhiteWeb](https://github.com/CodeWhiteWeb).\u003cbr /\u003e\nThis project is [MIT](https://github.com/CodeWhiteWeb/Dechat-discord-chatbot/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewhiteweb%2Fdechat-discord-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewhiteweb%2Fdechat-discord-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewhiteweb%2Fdechat-discord-chatbot/lists"}