Have Node 15+ and git installed
npm iCopy .example.env into .env and fill in the values:
BOT_TOKENis your bot's tokenBOT_CLIENT_IDis your application/client IDBOT_GUILD_IDis the ID of the guild where you'll use the botDB_USERNAMEandDB_PASSWORDare the credentials for the SQLite database
npm run commands
npm startMIT