diff --git a/commands/games-mp/typing-race.js b/commands/games-mp/typing-race.js index 0150be8b..bf4b016b 100644 --- a/commands/games-mp/typing-race.js +++ b/commands/games-mp/typing-race.js @@ -1,5 +1,6 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); +const { verify } = require('../../util/Util'); const sentences = require('../../assets/json/typing-test'); module.exports = class TypingRaceCommand extends Command {