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); }); } }