{"id":16151542,"url":"https://github.com/misa198/misa-bot-discord","last_synced_at":"2025-07-12T09:41:11.508Z","repository":{"id":47063863,"uuid":"367654409","full_name":"misa198/misa-bot-discord","owner":"misa198","description":"Play Music in Discord.","archived":false,"fork":false,"pushed_at":"2022-02-04T14:28:36.000Z","size":1314,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T18:54:44.451Z","etag":null,"topics":["chatbot","discord-bot","discord-js","nodejs","soundcloud","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/misa198.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":"2021-05-15T14:37:05.000Z","updated_at":"2023-04-20T11:35:48.000Z","dependencies_parsed_at":"2022-09-23T11:02:07.162Z","dependency_job_id":null,"html_url":"https://github.com/misa198/misa-bot-discord","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misa198/misa-bot-discord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa198%2Fmisa-bot-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa198%2Fmisa-bot-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa198%2Fmisa-bot-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa198%2Fmisa-bot-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misa198","download_url":"https://codeload.github.com/misa198/misa-bot-discord/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misa198%2Fmisa-bot-discord/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264972367,"owners_count":23691388,"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","discord-bot","discord-js","nodejs","soundcloud","typescript"],"created_at":"2024-10-10T00:57:47.923Z","updated_at":"2025-07-12T09:41:11.463Z","avatar_url":"https://github.com/misa198.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Misabot\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/logo.png\" align=\"center\" /\u003e\n  \u003cp align=\"center\" style=\"font-size: 20px; padding: 0 20%;\"\u003e\n    Play Music in Discord\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Overview\n\nMisabot is a Discord bot that plays music in voice channel. The bot is built on Discord.js v13.\n\u003cbr /\u003e\nFor Discord.js v12, see [here](https://github.com/Misabot/misabot-discord/tree/v1)\n\n## Requirements\n\n- Node.js v16.6.0 or higher\n\n## Using\n\n- Setup permissions\n  - Scopes: `bot`, `application.commands`\n  - Bot permissions: `Send Messages`, `Embed Links`, `Use Slash Commands`, `Connect`, `Speak`\n- ```bash\n  git clone https://github.com/Misabot/misabot-discord.git \u0026\u0026 \\\n  cd misabot-discord\n  ```\n- Create .env file in root directory includes your Discord bot token. `TOKEN = \u003ctoken\u003e`\n\n- ```bash\n  yarn \u0026\u0026 \\\n  yarn build \u0026\u0026 \\\n  yarn start\n  ```\n\n- Invite the bot to the server, then join a voice channel. Send `!deploy` to deploy the slash command for bot in the server\n\n## Deploy to Heroku\n\nThe bot can run continuously on Heroku without sleep. You need to setup 2 `Config Vars` in your Heroku app.\n\n- `TOKEN = \u003cbot token\u003e`\n- `APP_URL = \u003cyour Heroku app URL\u003e`\n\n## Docs\n\n| ID  | Name       | Description                                                       | Usage                    |\n| --- | ---------- | ----------------------------------------------------------------- | ------------------------ |\n| 1   | play       | Plays a song or playlist on Youtube with the given name or url    | /play {link/query}       |\n| 2   | soundcloud | Plays a song or playlist on SoundCloud with the given name or url | /soundcloud {link/query} |\n| 3   | pause      | Pause current song                                                | /pause                   |\n| 4   | resume     | Resume current song                                               | /resume                  |\n| 5   | skip       | Skip current song                                                 | /skip                    |\n| 6   | nowplaying | Get current song info                                             | /nowplaying              |\n| 7   | shuffle    | Shuffle the queue                                                 | /shuffle                 |\n| 8   | queue      | View songs in queue                                               | /queue                   |\n| 9   | jump       | Jump to song in queue by position                                 | /jump {position}         |\n| 10  | remove     | Remove song in queue by position                                  | /remove {position}       |\n| 11  | ping       | See the ping to server                                            | /ping                    |\n| 12  | leave      | Stop and leave audio channel                                      | /leave                   |\n| 13  | help       | See the help for this bot                                         | /help                    |\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisa198%2Fmisa-bot-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisa198%2Fmisa-bot-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisa198%2Fmisa-bot-discord/lists"}