Added some stuff, changed how usererrs are called

This commit is contained in:
Emily 2020-04-13 19:29:47 +10:00
parent 9fd2c873ca
commit b36a746bb4
8 changed files with 149 additions and 21 deletions

View file

@ -16,7 +16,7 @@ exports.help = {
exports.run = async (client, message, args) => {
if (!args[0]) {
return message.channel.send(client.userError(exports, 'Missing argument, the `emoji` argument is required!'))
return client.userError(message, exports, 'Missing argument, the `emoji` argument is required!')
};
var ID