mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Fix SoundCloud
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = class SoundCloudCommand extends Command {
|
||||
.setURL(data.permalink_url)
|
||||
.setThumbnail(data.artwork_url)
|
||||
.addField('**Link:**',
|
||||
data.permalink_url)
|
||||
`[Here](${data.permalink_url})`)
|
||||
.addField('**Artist:**',
|
||||
data.user.username)
|
||||
.addField('**Download Count:**',
|
||||
|
||||
Reference in New Issue
Block a user