Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 902 Bytes

StarlingBotJS

A very simple easy to understand and modify music bot for discord.

Supports youtube and souncloud out of the box.

Install instructions

  1. Install Node v20 or higher, ffmpeg, and sodium-native

  2. Create a .env file with the following information

DISCORD_TOKEN=
DISCORD_CLIENT_ID=
GUILDID=
  1. Run yarn start

Note you can also use pm2 to start the server automatically and run headless.

Connecting SoundCloud Account

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