Added some stuff, changed how usererrs are called
This commit is contained in:
parent
9fd2c873ca
commit
b36a746bb4
8 changed files with 149 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue