A Discord bot that lets you play local audio tracks in your server. Written for Discord.JS v14
Find a file
2020-07-20 16:09:35 -04:00
music Fetching audio 2020-07-20 00:03:18 -04:00
.gitignore Now you must add more stuff in the config.json file now 2020-07-20 16:09:35 -04:00
bot.js Now you must add more stuff in the config.json file now 2020-07-20 16:09:35 -04:00
LICENSE.md License 2020-07-19 15:32:22 -04:00
package.json Removed args and filtering extensions 2020-07-20 16:02:49 -04:00
README.md Now you must add more stuff in the config.json file now 2020-07-20 16:09:35 -04:00

Project Jul-2020 Discord Bot

Discord bot made for Alee's birthday in voice chat

Configuration

Make a new file called config.json

{
    "token": "token_here",
    "prefix": "!",
    "voiceChannel": "voice_channel_id",
    "botOwner": "your_id_here"
}