quickd is a small discord game (bot) that allows you to test your reaction time with other users.
Following commands exist:
!qd add
adds you to a game!qd remove
removes you from the game!qd start
starts a new game!qd stop
stops the current game!qd setgm <gamemode>
changes the gamemode!qd help
shows you all commands
speed
Every round gets fasterlength
The string gets longer every round
Tested with Node.js 10.14.2.
Ignore any warnings about unmet peer dependencies from discord.js, as they're all optional.
- Install dependencies with
npm install
- Create an .env file and add the line
TOKEN='<YOUR-TOKEN>'
howto get a token - Start the game with
npm start
- Go to Preferences
- Go to Settings
- Set this confiuguration to true:
"javascript.implicitProjectConfig.checkJs": true
See https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Before creating an issue, please ensure that it hasn't already been reported/suggested.
Feel free to submit a PR.
If you experiencing any problems, please don't hesitate to contact me here or on Discord: unGenau#2209.