- Install the required packages:
npm install- Add the
.envfile (provided by jerry) to the root folder:
DISCORD_BOT_TOKEN = ... (token here)
DISCORD_BOT_CLIENT_SECRET = ... (secret here)
-
Start the HackQC24 engine: Check on the repo for the instructions on how to start the engine. https://github.com/z3lx/hackqc24-engine
-
Run the bot:
node index.js- Pray to the gods that it works.