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

This commit is contained in:
loicbersier 2019-10-09 01:56:38 +02:00
parent 4110f2a8a3
commit 933418c631

View file

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