Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

andyundso/discord-music-bot

Repository files navigation

Discord Music Bot

Installation

Install the dependencies:

npm install

If you want to test the changes against a real voice channel, you need a real Discord server.

  1. Register an application at the Discord developer portal.
  2. Afterwards, copy the secret token which you find in the bot tab
  3. Create a .env file in the root folder of this application with the content listed below
TOKEN=<TOKEN from step 2>
PREFIX=!
  1. Go-to the OAuth2 tab in the developer portal and generate an invite link for your bot. Select the following privileges:
    1. Send Messages
    2. Manage Messages
    3. Connect
    4. Speak
  2. With the generated link, invite the bot to one of your servers
  3. Now, when you start the application with npm run start:dev, the bot is able to connect to your server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published