From f7248e5e30b2d2a2a464a885c4d1623537456b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Fri, 12 Jul 2019 05:48:49 +0200 Subject: [PATCH] Change footer text --- 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 b9579e3b..5096cca9 100644 --- a/commands/minigame/borgar.js +++ b/commands/minigame/borgar.js @@ -42,7 +42,7 @@ class borgarCommand extends Command { let borgarEmbed = new MessageEmbed() .setTitle('hamborger delivery') .setDescription(`could you do me an **amborgar** that contain **${hamIngredient}**`) - .setFooter(`Level 0 | you have ${args.time} seconds to make that hamborgor`) + .setFooter(`Level 0 | Once the ingredients dissapear you have ${args.time} seconds to do it!`) .setTimestamp(); message.util.send(borgarEmbed)