HarD-BR / HarD-BOT

Discord Music Bot Template
GNU General Public License v3.0
1 stars 1 forks source link

HarD-BOT

Music bot for Discord using latest API

Setup instructions: 1 - Install dependencies: npm i dotenv discord.js discord-player @discordjs/voice @discordjs/rest @discordjs/opus @discordjs/builders play-dl ffmpeg-static

2 - Setup your app token to the .env file 3 - Setup your CLIENT_ID and GUILD_ID for the bot on index.js file 4 - Edit the strings.js file to your preferred language

5 - Go to https://discord.com/developers/applications/YOUR_BOT_ID/bot and enable "MESSAGE CONTENT INTENT"

6 - Go to OAuth2 and set:

7 - Now copy the URL at the bottom page and invite the bot to your server

8 - Now on the bot folder on a terminal, deploy/load the commands node index.js load

9 - Now run the bot node index.js

10 - Now go to your server and use the bot!