diff --git a/commands/search/league-of-legends-champion.js b/commands/search/league-of-legends-champion.js index 4575fb71..b3ecf3ff 100644 --- a/commands/search/league-of-legends-champion.js +++ b/commands/search/league-of-legends-champion.js @@ -80,7 +80,7 @@ module.exports = class LeagueOfLegendsChampionCommand extends Command { .addField('❯ Spell Block', `${data.stats.spellblock} (${data.stats.spellblockperlevel}/level)`, true) .addField('❯ Passive', - shorten(`**${data.passive.name}**: ${data.passive.sanitizedDescription}`, 1000)) + data.passive.name) .addField('❯ Spells', data.spells.map((spell, i) => `${spell.name} (${buttons[i]})`).join('\n')); return msg.say(`Tip: ${tips[Math.floor(Math.random() * tips.length)]}`, { embed });