{"id":19501415,"url":"https://github.com/masterbrian99/discord-bot-miku","last_synced_at":"2026-06-11T18:31:27.158Z","repository":{"id":55646007,"uuid":"321730979","full_name":"MasterBrian99/Discord-bot-miku","owner":"MasterBrian99","description":"discord bot using few apis and discord library","archived":false,"fork":false,"pushed_at":"2020-12-15T18:27:13.000Z","size":258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T18:25:45.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MasterBrian99.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":"2020-12-15T16:52:03.000Z","updated_at":"2021-05-28T05:42:39.000Z","dependencies_parsed_at":"2022-08-15T05:21:00.680Z","dependency_job_id":null,"html_url":"https://github.com/MasterBrian99/Discord-bot-miku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MasterBrian99/Discord-bot-miku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBrian99%2FDiscord-bot-miku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBrian99%2FDiscord-bot-miku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBrian99%2FDiscord-bot-miku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBrian99%2FDiscord-bot-miku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MasterBrian99","download_url":"https://codeload.github.com/MasterBrian99/Discord-bot-miku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterBrian99%2FDiscord-bot-miku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T22:12:47.091Z","updated_at":"2026-06-11T18:31:27.135Z","avatar_url":"https://github.com/MasterBrian99.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Miku- Discord bot\r\n### Simple Discord bot using [Discord.js](https://discord.js.org/#/) module and [Discordjs Guide](https://discordjs.guide/).\r\n\r\n![Brian](https://img.shields.io/david/dev/MasterBrian99/Discord-bot-miku) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/MasterBrian99/Discord-bot-miku) ![GitHub issues](https://img.shields.io/github/issues/MasterBrian99/Discord-bot-miku?style=plastic) ![GitHub](https://img.shields.io/github/license/MasterBrian99/Discord-bot-miku?style=plastic) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/MasterBrian99)  [![Open Source Love ](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/MasterBrian99) [![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/MasterBrian99)\r\n\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./img/bot.png\" alt=\"Size Limit CLI\" width=\"200\"\u003e\r\n\u003c/p\u003e\r\n\r\n## Installation\r\n---\r\n### Clone this repository\r\n```sh\r\n   git clone https://github.com/MasterBrian99/Discord-bot-miku.git\r\n```\r\n### Add Discord bot token\r\nedit `env` file as `.env` and add token in this line file\r\n```sh\r\nBOT_TOKEN=\r\n```\r\n\r\n### install require packages\r\n\r\n```sh\r\n   npm install\r\n```\r\n### start bot\r\n\r\n```sh\r\n   npm start\r\n```\r\n\r\n\r\n## Commands\r\n\r\n| Command | Description |\r\n| ----------- | ----------- |\r\n| -miku gituser `username` | Get github user infomation |\r\n| -miku gitrepo `github repository name` (MasterBrian99/Discord-bot-miku) | Get github repository information |\r\n| -miku covid `country name` | Get github user infomation |\r\n| -miku joke | Get a random joke |\r\n| -miku quote  | Get a random quote |\r\n\r\n## Built with\r\n\r\n* #### [Discord.js](https://discord.js.org/#/) module - interact with the Discord API\r\n* #### [Discordjs Guide](https://discordjs.guide)  -  discord.js bot guide\r\n* #### [GitHub REST API](https://docs.github.com/) - interact with github \r\n* #### [Covid-19-API](https://github.com/M-Media-Group/Covid-19-API) - get information about covid  Situation \r\n* #### [zenquotes](https://zenquotes.io/) - random quote\r\n* #### [one-liner-joke](https://github.com/faiyaz26/one-liner-joke) - random joke\r\n\r\n\r\n\r\n## Exapmles\r\n---\r\n\r\n* ####  github user infomation\r\n\r\n\u003cp align=\"left\"\u003e\r\n  \u003cimg src=\"./img/gituser.png\" alt=\"git user\" width=\"700\"\u003e\r\n\u003c/p\u003e\r\n\r\n* ### github repository infomation\r\n\r\n\u003cp align=\"left\"\u003e\r\n  \u003cimg src=\"./img/gitrepo.png\" alt=\"git user\" width=\"700\"\u003e\r\n\u003c/p\u003e\r\n\r\n* ### realtime covid informaion\r\n\r\n\u003cp align=\"left\"\u003e\r\n  \u003cimg src=\"./img/covid.png\" alt=\"git user\" width=\"700\"\u003e\r\n\u003c/p\u003e\r\n\r\n* ### get a random joke (most of the time they are offensive btw )\r\n\u003cp align=\"left\"\u003e\r\n  \u003cimg src=\"./img/joke.png\" alt=\"git user\" width=\"700\"\u003e\r\n\u003c/p\u003e\r\n\r\n* ### get a random quote\r\n\u003cp align=\"left\"\u003e\r\n  \u003cimg src=\"./img/quote.png\" alt=\"git user\" width=\"700\"\u003e\r\n\u003c/p\u003e\r\n\r\n## Usage\r\n**You can use any Node.js hosting platform to host this bot**\r\n\r\n## Roadmap\r\n#### i created  this bot to learn how to work with discord API.everything written in based on [Discordjs Guide](https://discordjs.guide). so if you are new to [Discord.js module](https://discord.js.org/#/), refer this repository.maybe it will help you.\r\n\r\n## Special Thanks \r\n\r\n*  [Discord.js](https://discord.js.org/#/) \r\n*  [Discordjs Guide](https://discordjs.guide)\r\n* [GitHub REST API](https://docs.github.com/)\r\n* [Covid-19-API](https://github.com/M-Media-Group/Covid-19-API) \r\n* [zenquotes](https://zenquotes.io/)\r\n* [one-liner-joke](https://github.com/faiyaz26/one-liner-joke) npm package\r\n\r\n## Contributing\r\n\u003e ##### if you have anything in your mind,Make a pull request or open an issue \r\n\r\n## MIT License\r\nCopyright (c) 2020 pasindu p konghawaththa\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterbrian99%2Fdiscord-bot-miku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasterbrian99%2Fdiscord-bot-miku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterbrian99%2Fdiscord-bot-miku/lists"}