From d300529d0e3aa3433ffe4385e312f9568d8e3929 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 18 Jun 2019 00:08:54 +0200 Subject: [PATCH] im dumb --- commands/minigame/borgar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/minigame/borgar.js b/commands/minigame/borgar.js index 1889a2f..db4be64 100644 --- a/commands/minigame/borgar.js +++ b/commands/minigame/borgar.js @@ -41,7 +41,7 @@ class borgarCommand extends Command { const borgarEmbed = new MessageEmbed() .setTitle('hamborger delivery') .setDescription(`could you do me an **amborgar** that contain **${hamIngredient}**`) - .setFooter(`Level 0 | you have 10 seconds ${args.time} to make that hamborgor`) + .setFooter(`Level 0 | you have ${args.time} seconds to make that hamborgor`) .setTimestamp(); message.channel.send(borgarEmbed);