From ac8668365531e8d54814030289dbf910a61280ce Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 4 Feb 2020 18:21:59 -0500 Subject: [PATCH] Fix Lint --- commands/sp-games/mad-libs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/sp-games/mad-libs.js b/commands/sp-games/mad-libs.js index 88540302..f0750047 100644 --- a/commands/sp-games/mad-libs.js +++ b/commands/sp-games/mad-libs.js @@ -39,7 +39,7 @@ module.exports = class MadLibsCommand extends Command { return false; } return true; - } + }; const choice = await msg.channel.awaitMessages(filter, { max: 1, time: 120000