Skip to content

EddyBautista-93/discord-musicbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A discord bot to play music in voice channels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published