From c72ad77b6e6950630271666036c5fed707c40f5b Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 11 Jul 2019 23:17:58 +0200 Subject: [PATCH] 2 seconds is apparently too fast --- 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 3d9abb5a..b9579e3b 100644 --- a/commands/minigame/borgar.js +++ b/commands/minigame/borgar.js @@ -71,7 +71,7 @@ class borgarCommand extends Command { .catch(() => { return message.reply('time runned out noob...'); }); - }, 2000); + }, 3000); }); } }