remove "( or an error occured )" as it might confuse people

merge-requests/4/head
loicbersier 5 years ago
parent 4110f2a8a3
commit 933418c631

@ -106,7 +106,7 @@ class borgarCommand extends Command {
}) })
.catch(err => { .catch(err => {
console.error(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); }, 3000);
}); });

Loading…
Cancel
Save