diff --git a/commands/minigame/borgar.js b/commands/minigame/borgar.js
index 43894528..9e019bff 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);
 			});