mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Remove passive description
This commit is contained in:
@@ -80,7 +80,7 @@ module.exports = class LeagueOfLegendsChampionCommand extends Command {
|
|||||||
.addField('❯ Spell Block',
|
.addField('❯ Spell Block',
|
||||||
`${data.stats.spellblock} (${data.stats.spellblockperlevel}/level)`, true)
|
`${data.stats.spellblock} (${data.stats.spellblockperlevel}/level)`, true)
|
||||||
.addField('❯ Passive',
|
.addField('❯ Passive',
|
||||||
shorten(`**${data.passive.name}**: ${data.passive.sanitizedDescription}`, 1000))
|
data.passive.name)
|
||||||
.addField('❯ Spells',
|
.addField('❯ Spells',
|
||||||
data.spells.map((spell, i) => `${spell.name} (${buttons[i]})`).join('\n'));
|
data.spells.map((spell, i) => `${spell.name} (${buttons[i]})`).join('\n'));
|
||||||
return msg.say(`Tip: ${tips[Math.floor(Math.random() * tips.length)]}`, { embed });
|
return msg.say(`Tip: ${tips[Math.floor(Math.random() * tips.length)]}`, { embed });
|
||||||
|
|||||||
Reference in New Issue
Block a user