mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
another yugioh fix
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = class YuGiOhCommand extends commando.Command {
|
|||||||
.setDescription(response.body.data.text)
|
.setDescription(response.body.data.text)
|
||||||
.setAuthor('Yu-Gi-Oh!', 'http://vignette3.wikia.nocookie.net/yugioh/images/1/10/Back-TF-EN-VG.png/revision/latest?cb=20120824043558')
|
.setAuthor('Yu-Gi-Oh!', 'http://vignette3.wikia.nocookie.net/yugioh/images/1/10/Back-TF-EN-VG.png/revision/latest?cb=20120824043558')
|
||||||
.addField('**Card Type:**',
|
.addField('**Card Type:**',
|
||||||
response.data.body.card_type, true);
|
response.body.data.card_type, true);
|
||||||
message.channel.sendEmbed(embed).catch(console.error);
|
message.channel.sendEmbed(embed).catch(console.error);
|
||||||
}
|
}
|
||||||
}).catch(function (err) {
|
}).catch(function (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user