From caeb668fe25ab6fd0ef5fccbca5fcc6345ced76e Mon Sep 17 00:00:00 2001 From: TobenderZephyr Date: Wed, 28 Apr 2021 19:07:27 +0200 Subject: [PATCH] (fix) chants_title --- commands/Chants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Chants.js b/commands/Chants.js index a20b8b1..0afdcc1 100644 --- a/commands/Chants.js +++ b/commands/Chants.js @@ -20,8 +20,8 @@ module.exports = { if (args.length === 0) { const Embed = new Discord.MessageEmbed() .setColor('#0099ff') - .setTitle(findMessage('SPELLS_TITLE')) - .setDescription(findMessage('SPELLS_DESCRIPTION')) + .setTitle(findMessage('CHANTS_TITLE')) + .setDescription(findMessage('CHANTS_DESCRIPTION')) .addField(ReplyChantList(createChantList(Character)), '\u200B', true); return message.reply(Embed); }