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 build
to compile to JSnpm run deploy
to directly deploy bot commands to the guild specified inconfig.json
npm run start
to start the bot