From 933418c631a46bab58af0308813e3b8214acfd25 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 9 Oct 2019 01:56:38 +0200 Subject: [PATCH] remove "( or an error occured )" as it might confuse people --- 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 4389452..9e019bf 100644 --- a/commands/minigame/borgar.js +++ b/commands/minigame/borgar.js @@ -106,7 +106,7 @@ class borgarCommand extends Command { }) .catch(err => { console.error(err); - return message.reply('You ran out of time noob... ( or an error occured )'); + return message.reply('You ran out of time noob...'); }); }, 3000); });