Have Node 15+ and git installed
npm i
Copy .example.env
into .env
and fill in the values:
BOT_TOKEN
is your bot's tokenBOT_CLIENT_ID
is your application/client IDBOT_GUILD_ID
is the ID of the guild where you'll use the botDB_USERNAME
andDB_PASSWORD
are the credentials for the SQLite database
npm run commands
npm start
MIT