Fix All Errors

This commit is contained in:
Daniel Odendahl Jr
2017-05-16 12:21:41 +00:00
parent 897978ef73
commit acf499fabe
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ module.exports = class UnbanCommand extends Command {
`);
return modlogs.send({ embed });
} catch (err) {
return msg.say('No Results.');
return msg.say('An Error Occurred.');
}
}
};