quickd is a small discord game (bot) that allows you to test your reaction time with other users.
Following commands exist:
!qd addadds you to a game!qd removeremoves you from the game!qd startstarts a new game!qd stopstops the current game!qd setgm <gamemode>changes the gamemode!qd helpshows you all commands
speedEvery round gets fasterlengthThe 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.