Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.18 KB

Discord Music Bot

Created a discord bot for general use in discord.

Below is how to use as well as how it works.

For use

Once project is cloned down, install dependencies needed for application.

npm install

List of dependencies used

"dependencies": {
    "discord-player": "^5.3.1",
    "discord.js": "^14.5.0",
    "dotenv": "^16.0.2"
  }

Remove the .txt from .env.txt and fill in the variables with your credentials from the discord developer portal.

TOKEN= 
CLIENTID= 
GUILDID=

cd into Commands and run deploy-commands to push the slash commands to your server.

node deploy-command.js

once completed navigate back to the home directory and run the app

node index.js

and just like that you have a music bot in your server!