Minor Changes

This commit is contained in:
Daniel Odendahl Jr
2017-03-30 22:00:48 +00:00
parent 0fbf8bd7e1
commit 4b8b8820a7
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -64,7 +64,6 @@ module.exports = class UnbanCommand extends commando.Command {
return [unbanUser, okHandMsg, modLogMsg];
}
catch (err) {
console.log(err);
return message.say(':x: Error! Something went wrong!');
}
}