From 59dfda0b37877f22ec888e81482ac0c5f755c829 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 9 Jun 2020 14:57:55 -0400 Subject: [PATCH] Fix --- commands/games-sp/antidepressant-or-tolkien.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/antidepressant-or-tolkien.js b/commands/games-sp/antidepressant-or-tolkien.js index fef2a7b9..45d8f2ca 100644 --- a/commands/games-sp/antidepressant-or-tolkien.js +++ b/commands/games-sp/antidepressant-or-tolkien.js @@ -29,7 +29,7 @@ module.exports = class AntidepressantOrTolkienCommand extends Command { async run(msg) { const question = questions[Math.floor(Math.random() * questions.length)]; await msg.reply(stripIndents` - **You have 10 seconds, is this an Antidepressant or a Tolkien character?** + **You have 15 seconds, is this an Antidepressant or a Tolkien character?** ${question.name} `); const filter = res => {