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

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

README.md (view raw)

 1# Simple Discord Music Bot
 2
 3### Why?
 4I wanted to experiment with [discord.js]().
 5
 6### Will you add \<feature>?
 7Nah, this is just a proof of concept.
 8
 9### Can I add this bot to my server?
10Sure, go ahead and host it yourself.
11
12## Instructions
13First, install dependencies:
14```
15npm i
16```
17
18While that happens, create your own application in the [Discord Developer Portal](https://discord.com/developers/applications). 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.
19
20Then, deploy your commands:
21```
22npm run deploy-commands
23```
24This will also give you a link to invite the bot to any server.
25
26Finally, type this to start the bot:
27```
28npm start
29```
30Enjoy!
31
32## OAuth2 permissions
33If for some reason you want to change the bot permissions, you can visit [this page](https://discordapi.com/permissions.html#17825792) and generate a custom link.