/Sound-Bot

Sound-Bot: Create a Discord Bot that plays sounds or music in a voice channel indefinitely.

Primary LanguageTypeScriptMIT LicenseMIT

Build Gitpod Ready-to-Code


Play a sound in a discord channel indefinitely. I created this to annoy me and my friends on our discord server.

You WILL get annoyed very fast.

Getting started

  • Install node.js
  • If you don't already have a Discord Bot, create one here
  • Clone the repository using git clone https://github.com/emilkrebs/sound-bot.git
  • Create a config.json file that looks like this:
{
	"token":"your-bot-token",
	"songUrl":"your-song-url",
	"playCommand":"your-play-command"
}
  • npm i to install all required dependencies
  • npm run start to start the bot

Example

Demo Bot (Offline): Invite

Configuration in the config.json file:

{
	"token":"your-bot-token",
	"songUrl":"https://github.com/emilkrebs/Sound-bot/raw/main/assets/super-idol.mp3",
	"playCommand":"!superidol"
}

Screenshot

Please note

This repo is created for fun purposes. No contributors, major or minor, are to fault for any actions done by this repo

Known Issues

None

Add Issue