revert console.error

This commit is contained in:
Daniel Odendahl Jr
2017-04-05 19:00:10 +00:00
parent dd87d38fcc
commit 85d3bde1d1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -162,7 +162,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
View File
@@ -37,7 +37,6 @@ module.exports = class YodaCommand extends commando.Command {
return message.say(response.text);
}
catch (err) {
console.error(err);
return message.say(':x: Error! Something went wrong!');
}
}