Discord Music Bot: Orpheus.
- Node version 16 or later.
- A Discord bot that can be used.
- An API key from YouTube API.
-
Clone this repository by running this code in cmd:
git clone https://github.com/JasonBenfrin/Orpheus.git -
Make a .env file with the configurations as below:
{ "clientId": "<Your Bot's Application ID>", "token": "<Your Bot's token>", "ytAPI": "<YouTube API key>", "PORT": "3000" }clientId: Application ID of your Discord Bot.
token: Token to login to Discord Bot.
ytAPI: API key from Google console.
PORT: The port to open the server to. (optional) -
Run:
npm run start.