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