Stop console.error for translate fails

This commit is contained in:
Daniel Odendahl Jr
2017-04-08 03:30:10 +00:00
parent e88ec8362e
commit fb88513e4f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -160,7 +160,6 @@ module.exports = class TranslateCommand extends commando.Command {
return message.embed(embed);
}
catch (err) {
console.error(err);
return message.say(':x: Error! Something went wrong!');
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "21.0.1",
"version": "21.0.2",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"repository": {