For real Soundpad Enjoyers
Go to file
srgooglo 01535ab341 added readme 2022-10-08 23:15:45 +02:00
src first 2022-10-08 23:09:12 +02:00
.env-example first 2022-10-08 23:09:12 +02:00
.gitignore first 2022-10-08 23:09:12 +02:00
README.md added readme 2022-10-08 23:15:45 +02:00
package.json first 2022-10-08 23:09:12 +02:00
yarn.lock first 2022-10-08 23:09:12 +02:00

README.md

Remote Soundpad Bot

For real soundpad users enjoyers

This is a bot for Discord that allows you to play sound from a URL to a remote machine.

Requirements (Only tested on linux)

  • NodeJS >= 14
  • ffmpeg
  • yt-dlp
  • mpg123

Installation

  • Clone the repository
  • Install the dependencies with npm install or yarn install
  • Copy the .env-example file to .env and fill the fields

    You will need to create a Discord application and a bot user for it. You can find more information about it here.

  • Run the bot with npm start or yarn start