mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
CAts
This commit is contained in:
@@ -35,7 +35,8 @@ module.exports = class VocaloidCommand extends Command {
|
|||||||
});
|
});
|
||||||
if (!body.totalCount) return msg.say('No Results.');
|
if (!body.totalCount) return msg.say('No Results.');
|
||||||
const embed = new MessageEmbed()
|
const embed = new MessageEmbed()
|
||||||
.setAuthor(`VocaDB - ${body.items[0].name}`, 'https://i.imgur.com/MklQqa2.png')
|
.setAuthor('VocaDB', 'https://i.imgur.com/MklQqa2.png')
|
||||||
|
.setTitle(body.items[0].name)
|
||||||
.setURL(`http://vocadb.net/S/${body.items[0].id}`)
|
.setURL(`http://vocadb.net/S/${body.items[0].id}`)
|
||||||
.addField('❯ Artist',
|
.addField('❯ Artist',
|
||||||
body.items[0].artistString)
|
body.items[0].artistString)
|
||||||
|
|||||||
Reference in New Issue
Block a user