{"id":17565259,"url":"https://github.com/codewhiteweb/chatbot-discord","last_synced_at":"2025-04-24T07:22:52.436Z","repository":{"id":45905221,"uuid":"470032274","full_name":"CodeWhiteWeb/Chatbot-discord","owner":"CodeWhiteWeb","description":"Check Out Our Public Bot :- https://dsc.gg/chatari","archived":false,"fork":false,"pushed_at":"2023-01-26T07:34:33.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T08:07:33.990Z","etag":null,"topics":["bot","chatbot","discord","discord-api","discord-bot","discord-js"],"latest_commit_sha":null,"homepage":"https://codewhiteweb.thedev.id/Chatbot-discord","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-15T06:24:39.000Z","updated_at":"2023-03-10T07:02:47.000Z","dependencies_parsed_at":"2023-02-14T15:01:25.811Z","dependency_job_id":null,"html_url":"https://github.com/CodeWhiteWeb/Chatbot-discord","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%2FChatbot-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWhiteWeb%2FChatbot-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWhiteWeb%2FChatbot-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWhiteWeb%2FChatbot-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWhiteWeb","download_url":"https://codeload.github.com/CodeWhiteWeb/Chatbot-discord/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250581195,"owners_count":21453617,"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":["bot","chatbot","discord","discord-api","discord-bot","discord-js"],"created_at":"2024-10-21T14:10:26.416Z","updated_at":"2025-04-24T07:22:52.416Z","avatar_url":"https://github.com/CodeWhiteWeb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chatbot-Discord\n\n\u003e This is a fork of the original project [here](https://github.com/hisroyalty/clever-chat)\n\n![F4pEry6](https://nodei.co/npm/chatbot-discord.png?downloads=true\u0026stars=true)\n\n\u003ca href=\"https://www.npmjs.com/package/chatbot-discord\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/dt/chatbot-discord?color=CC3534\u0026logo=npm\u0026style=for-the-badge\" alt=\"Downloads\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://www.npmjs.com/package/chatbot-discord\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/v/chatbot-discord?color=red\u0026label=Version\u0026logo=npm\u0026style=for-the-badge\" alt=\"Npm version\"\u003e\n\u003c/a\u003e\n\n- chatbot-discord is a wrapper for chatbot API that you can use to make a chatbot in node.js specifically created for [discord.js](https://discord.js.org/) created by [Code White Web](https://CodeWhiteWeb.cf)\n\n## Installation\n\n```bash\nnpm i chatbot-discord\n```\n\n## Example\n\n- Note: This example is for a bot that uses [discord.js v12](https://v12.discordjs.guide/).\n\n```javascript\n// import packages\nconst Chat = require(\"chatbot-discord\");\nconst Discord = require('discord.js');\nconst client = new Discord.Client();\n\n//assign var\nlet uid = message.author.id\nlet msg = message.content\n\n//setup chat\nconst chat = new Chat({\n    user: uid\n    name: \"Chatari\"//name of bot\n});\n\n//main chat\nchat.chat(msg).then(reply =\u003e {\n    message.channel.send(reply)\n})\n\n//bot login\nclient.login(process.env.token);\n```\n\n## Updates and Info\n- Updated Chatbot Wrapper from Production link to [New Link](https://chatbot-api.vercel.app/) And its public now!\n- If any bugs found, please report it in the **Discord Server**.\n\n## Support Server\n\n~ [_Chatari's Secret Hallway_](https://discord.gg/fZP4c9pREh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewhiteweb%2Fchatbot-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewhiteweb%2Fchatbot-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewhiteweb%2Fchatbot-discord/lists"}