all repos — simple-discord-music-bot @ master

A Discord bot making use of discord.js and play-yt.

076dbb64
Merge pull request #4 from BiRabittoh/dependabot/npm_and_yarn/multi-68c3b98af7

Bump ws and discord.js
Marco Andronaco andronacomarco@gmail.com
Tue, 02 Jul 2024 08:03:31 +0000
85855839
update dependencies
BiRabittoh andronacomarco@gmail.com
Tue, 12 Mar 2024 14:38:16 +0100
4025dc44
add bust logic on /shoot
Bi-Rabittoh andronacomarco@gmail.com
Sat, 27 Jan 2024 13:48:06 +0100

Simple Discord Music Bot

Why?

I wanted to experiment with discord.js.

Will you add <feature>?

Nah, this is just a proof of concept.

Can I add this bot to my server?

Sure, go ahead and host it yourself.

Instructions

First, install dependencies:

npm i

While that happens, create your own application in the Discord Developer Portal. In the “Bot” tab, click on “Add Bot”, then generate a new token. Now you can copy config.example.json into config.json and fill it with your Application ID and Discord Bot Token.

Build the project:

npm run build

Then, deploy your commands:

npm run deploy-commands

This will also give you a link to invite the bot to any server.

Finally, type this to start the bot:

npm start

Enjoy!

OAuth2 permissions

If for some reason you want to change the bot permissions, you can visit this page and generate a custom link.

clone
git clone https://git.birabittoh.duckdns.org/simple-discord-music-bot.git