A very simple easy to understand and modify music bot for discord.
Supports youtube and souncloud out of the box.
-
Install Node v20 or higher, ffmpeg, and sodium-native
-
Create a .env file with the following information
DISCORD_TOKEN=
DISCORD_CLIENT_ID=
GUILDID=
- Run
yarn start
Note you can also use pm2 to start the server automatically and run headless.
You can connect to SoundCloud with your client ID and oauth token allowing the bot to play otherwise restricted content. To learn how to get these values click here. Once obtained simply run the /authsoundcloud
command and provide the IDs in the options
Temporary readme, will be updated soon