{"id":17687800,"url":"https://github.com/gituser12981u2/musicbotdiscord","last_synced_at":"2025-10-11T20:18:00.825Z","repository":{"id":214805160,"uuid":"737397727","full_name":"gituser12981u2/MusicBotDiscord","owner":"gituser12981u2","description":"MusicBotDiscord is an interactive and easy-to-use Discord bot designed to enrich your server's music experience. It allows users to play, control, and manage music from various sources, offering commands for playback, queue management, and more.","archived":false,"fork":false,"pushed_at":"2024-06-19T05:31:56.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T21:24:18.853Z","etag":null,"topics":["bot","discord-api","discord-bot","discordjs","javascript","music-bot","music-bot-discord","music-playback","nodejs"],"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/gituser12981u2.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-30T22:10:57.000Z","updated_at":"2024-06-19T05:40:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"76459647-9da4-474b-8dc3-f7e7a6f02646","html_url":"https://github.com/gituser12981u2/MusicBotDiscord","commit_stats":null,"previous_names":["gituser12981u2/musicbotdiscord"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gituser12981u2/MusicBotDiscord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FMusicBotDiscord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FMusicBotDiscord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FMusicBotDiscord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FMusicBotDiscord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gituser12981u2","download_url":"https://codeload.github.com/gituser12981u2/MusicBotDiscord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FMusicBotDiscord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008584,"owners_count":26084480,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["bot","discord-api","discord-bot","discordjs","javascript","music-bot","music-bot-discord","music-playback","nodejs"],"created_at":"2024-10-24T11:23:07.970Z","updated_at":"2025-10-11T20:18:00.773Z","avatar_url":"https://github.com/gituser12981u2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MusicBotDiscord\n\n## Overview\nMusicBotDiscord is a versatile and user-friendly Discord bot designed to enhance the music listening experience within Discord servers. It allows users to play, control, and enjoy music directly from Discord channels with ease and efficiency.\n\n## Features\n- **Music Playback**: Play music from various sources directly in your Discord server.\n- **Control Functions**: Includes commands to play, pause, skip, and manage the music queue.\n- **Music Commands**: Easy-to-use commands for seamless music control.\n- **Duration Formatting**: Utility to format the duration of tracks.\n\n## Getting Started\n\n### Prerequisites\n- Node.js (latest version recommended)\n- A Discord Bot Token ([Guide to creating a Discord Bot](https://discordjs.guide/preparations/setting-up-a-bot-application.html))\n- FFMPEG installed and available in your system's PATH ([FFMPEG Installation Guide](https://ffmpeg.org/download.html))\n\n### Installation\n1. Clone the repository:\n```bash\ngit clone https://github.com/gituser12981u2/MusicBotDiscord.git\n```\nthen\n```bash\ncd MusicBotDiscord\n```\n\n2. Install dependencies\n```bash\nnpm install\n```\n\n3. Install FFMPEG:\n- macOS:\n```bash\nbrew install ffmpeg\n```\n\n- Windows:\nFollow the instructions on [FFMPEG download page](https://ffmpeg.org/download.html) to download the executable and add it to your PATH.\n\n- Linux:\n```bash\nsudo apt install ffmpeg\n```\n\n### Configuration\n1. Copy .env.example to .env:\n```bash\ncp .env.example .env\n```\n\n2. Add your Discord Bot token to the .env file:\n```bash\nDISCORD_BOT_TOKEN=your_discord_bot_token_here\n```\n\n### Running the Bot\n- Start the bot using Node.js:\n```bash\nnpm start\n```\n\n## Commands\n- !play \u003curl_or_search_term\u003e: Play music from a URL or search for a track.\n- !queue: Shows the current queue.\n- !pause: Pause the current track.\n- !resume: Resume playback.\n- !skip: Skip to the next track in the queue.\n- !disconnect: Stop playback and clear the queue.\n\n## Contributing\nContributions to MusicBotDiscord are welcome. If you have suggestions or improvements, feel free to fork the repository and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgituser12981u2%2Fmusicbotdiscord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgituser12981u2%2Fmusicbotdiscord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgituser12981u2%2Fmusicbotdiscord/lists"}