(fix) chants_title

This commit is contained in:
2021-04-28 19:07:27 +02:00
parent 4504a32614
commit caeb668fe2

View File

@ -20,8 +20,8 @@ module.exports = {
if (args.length === 0) { if (args.length === 0) {
const Embed = new Discord.MessageEmbed() const Embed = new Discord.MessageEmbed()
.setColor('#0099ff') .setColor('#0099ff')
.setTitle(findMessage('SPELLS_TITLE')) .setTitle(findMessage('CHANTS_TITLE'))
.setDescription(findMessage('SPELLS_DESCRIPTION')) .setDescription(findMessage('CHANTS_DESCRIPTION'))
.addField(ReplyChantList(createChantList(Character)), '\u200B', true); .addField(ReplyChantList(createChantList(Character)), '\u200B', true);
return message.reply(Embed); return message.reply(Embed);
} }