Song guessing bot.
- Make sure you have node.js installed.
- Install the packages with
npm i
- Create a config.json file with the following contents:
{ "token": "TOKEN", "client_id": "CLIENT_ID", "guild_id": "GUILD_ID (optional)" }
` - Update the commands with
node update.js
- Run it with
node .