emoji moved to config

This commit is contained in:
Emily 2021-07-15 12:26:42 +10:00
parent c0c1945b2c
commit da570fc40b
19 changed files with 55 additions and 55 deletions

View file

@ -25,7 +25,7 @@ module.exports = class {
.then(res => res.text())
.then(body => message.channel.createMessage(body));
} catch (err) {
message.channel.createMessage(`${client.emojis.botError} An error has occurred: ${err}`);
message.channel.createMessage(`${client.config.emojis.botError} An error has occurred: ${err}`);
}
}
};