forked from Supositware/Haha-Yes
remove "( or an error occured )" as it might confuse people
This commit is contained in:
parent
4110f2a8a3
commit
933418c631
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue