mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Tsubaki, Native Image Reading
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = class SoundCloudCommand extends Command {
|
||||
if (!body.length) throw new Error('No Results.');
|
||||
const embed = new RichEmbed()
|
||||
.setColor(0xF15A22)
|
||||
.setAuthor(body[0].title, 'https://i.imgur.com/lFIz7RU.png')
|
||||
.setAuthor(body[0].title)
|
||||
.setURL(body[0].permalink_url)
|
||||
.setThumbnail(body[0].artwork_url)
|
||||
.addField('**Artist:**',
|
||||
|
||||
Reference in New Issue
Block a user