Skip to content

JasonBenfrin/Orpheus

Repository files navigation

Discord Music Bot: Orpheus.

Requirements


How to Use

  1. Clone this repository by running this code in cmd:

    git clone https://github.com/JasonBenfrin/Orpheus.git
    
  2. 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)

  3. Run: npm run start.


Replit

  1. Clone this repository or fork form here.
  2. Make the same configuration in "Secrets" mentioned above.
  3. Hit Run.

About

Discord Music bot: Orpheus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages