Link monsters have no level

This commit is contained in:
Daniel Odendahl Jr
2019-04-30 00:09:50 +00:00
parent 4d4fca0260
commit ff534783a0
+1 -1
View File
@@ -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',