mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
Link monsters have no level
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = class YuGiOhCommand extends Command {
|
|||||||
embed
|
embed
|
||||||
.addField('❯ Race', data.race, true)
|
.addField('❯ Race', data.race, true)
|
||||||
.addField('❯ Attribute', data.attribute, true)
|
.addField('❯ Attribute', data.attribute, true)
|
||||||
.addField('❯ Level', data.level, true)
|
.addField('❯ Level', data.level || 'N/A', true)
|
||||||
.addField('❯ ATK', formatNumber(data.atk), true)
|
.addField('❯ ATK', formatNumber(data.atk), true)
|
||||||
.addField(
|
.addField(
|
||||||
data.type === 'Link Monster' ? '❯ Link Value' : '❯ DEF',
|
data.type === 'Link Monster' ? '❯ Link Value' : '❯ DEF',
|
||||||
|
|||||||
Reference in New Issue
Block a user