Fixes and Prepare for Bug Checks

This commit is contained in:
Daniel Odendahl Jr
2017-04-05 18:55:16 +00:00
parent 410b41b168
commit dd87d38fcc
4 changed files with 12 additions and 19 deletions
+1
View File
@@ -162,6 +162,7 @@ module.exports = class TranslateCommand extends commando.Command {
return message.embed(embed);
}
catch (err) {
console.error(err);
return message.say(':x: Error! Something went wrong!');
}
}