{"id":18022027,"url":"https://github.com/emilkrebs/sound-bot","last_synced_at":"2026-01-23T05:36:47.564Z","repository":{"id":38015708,"uuid":"460168207","full_name":"emilkrebs/Sound-Bot","owner":"emilkrebs","description":"Sound-Bot: Create a Discord Bot that plays sounds or music in a voice channel indefinitely. ","archived":false,"fork":false,"pushed_at":"2022-07-08T01:57:50.000Z","size":308,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T10:54:16.294Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","discord-music-bot","easy","fun","heroku","nodejs","soundbot","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/emilkrebs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-16T20:33:06.000Z","updated_at":"2023-03-13T14:47:02.000Z","dependencies_parsed_at":"2022-07-12T00:17:22.608Z","dependency_job_id":null,"html_url":"https://github.com/emilkrebs/Sound-Bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/emilkrebs/Sound-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FSound-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FSound-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FSound-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FSound-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilkrebs","download_url":"https://codeload.github.com/emilkrebs/Sound-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FSound-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28681006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","discord-bot","discord-js","discord-music-bot","easy","fun","heroku","nodejs","soundbot","typescript"],"created_at":"2024-10-30T06:11:49.601Z","updated_at":"2026-01-23T05:36:47.542Z","avatar_url":"https://github.com/emilkrebs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"logo\" align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/emilkrebs/sound-bot\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\r\n\t  \u003cimg width=\"256\" alt=\"Sound-Bot Logo\" src=\"https://raw.githubusercontent.com/emilkrebs/Sound-bot/main/logo.svg\"\u003e\r\n\t\u003c/a\u003e\r\n  \u003ch3\u003e\r\n    Create annoying discord bots\r\n  \u003c/h3\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cdiv id=\"badges\" align=\"center\"\u003e\r\n  \r\n   [![Build](https://github.com/emilkrebs/sound-bot/actions/workflows/build.yml/badge.svg)](https://github.com/emilkrebs/sound-bot/actions/workflows/build.yml)\r\n   [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/emilkrebs/Sound-bot)\r\n\r\n\u003c/div\u003e\r\n\r\n\r\n\u003chr\u003e\r\n\r\nPlay a sound in a discord channel indefinitely.\r\nI created this to annoy me and my friends on our discord server.\r\n\r\n**You WILL get annoyed very fast.**\r\n\r\n# Getting started\r\n- Install [node.js](https://nodejs.org/en/)\r\n- If you don't already have a Discord Bot, create one [here](https://discord.com/developers/applications/)\r\n- Clone the repository using `git clone https://github.com/emilkrebs/sound-bot.git`\r\n- Create a `config.json` file that looks like this:\r\n```json\r\n{\r\n\t\"token\":\"your-bot-token\",\r\n\t\"songUrl\":\"your-song-url\",\r\n\t\"playCommand\":\"your-play-command\"\r\n}\r\n\r\n```\r\n- `npm i` to install all required dependencies\r\n- `npm run start` to start the bot\r\n\r\n# Example\r\nDemo Bot (Offline): \r\n[Invite](https://discord.com/oauth2/authorize?client_id=943570593666719856\u0026permissions=3148288\u0026scope=bot)\r\n\r\nConfiguration in the `config.json` file:\r\n```json\r\n{\r\n\t\"token\":\"your-bot-token\",\r\n\t\"songUrl\":\"https://github.com/emilkrebs/Sound-bot/raw/main/assets/super-idol.mp3\",\r\n\t\"playCommand\":\"!superidol\"\r\n}\r\n\r\n```\r\n![Screenshot](https://user-images.githubusercontent.com/68400102/154546484-ba495a30-9f20-4873-baf2-4541c9ab4987.png)\r\n\r\n## Please note\r\n**This repo is created for fun purposes. No contributors, major or minor, are to fault for any actions done by this repo**\r\n\r\n## Known Issues\r\n\r\nNone\r\n\r\n[Add Issue](https://github.com/emilkrebs/sound-bot/issues/new)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilkrebs%2Fsound-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilkrebs%2Fsound-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilkrebs%2Fsound-bot/lists"}