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.
- 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 dependenciesnpm run start
to start the bot
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"
}
This repo is created for fun purposes. No contributors, major or minor, are to fault for any actions done by this repo
None