emoji moved to config
This commit is contained in:
parent
c0c1945b2c
commit
da570fc40b
19 changed files with 55 additions and 55 deletions
|
@ -90,6 +90,6 @@ module.exports = class {
|
|||
return message.channel.createMessage({ embed: embed });
|
||||
}
|
||||
|
||||
return message.channel.createMessage(`${client.emojis.userError} ${cmd} doesn't appear to be a command, alias, or category. Are you sure you spelt it right?`);
|
||||
return message.channel.createMessage(`${client.config.emojis.userError} ${cmd} doesn't appear to be a command, alias, or category. Are you sure you spelt it right?`);
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue