From 49c27b422615d3f462e680724326029c322f581b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 3 Dec 2020 09:54:15 -0500 Subject: [PATCH] Fix --- commands/games-mp/typing-race.js | 1 + 1 file changed, 1 insertion(+) 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 {