A self-hosted Discord Bot for Music
Clone the Git repo, set up Node (this was written with v17.1.0),
create a config.json file in the src/ directory like so:
{
"clientId": "",
"inviteLink": "",
"guildId": "",
"token": ""
}and fill it in using values from your test Discord server and bot.
npm run buildto compile to JSnpm run deployto directly deploy bot commands to the guild specified inconfig.jsonnpm run startto start the bot