mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Link monsters have no level
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = class YuGiOhCommand extends Command {
|
||||
embed
|
||||
.addField('❯ Race', data.race, 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(
|
||||
data.type === 'Link Monster' ? '❯ Link Value' : '❯ DEF',
|
||||
|
||||
Reference in New Issue
Block a user