mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Add URLs to all author embed fields
This commit is contained in:
@@ -35,8 +35,7 @@ module.exports = class OsuCommand extends Command {
|
||||
const data = body[0];
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0xFF66AA)
|
||||
.setAuthor('osu!', 'https://i.imgur.com/hWrw2Sv.png')
|
||||
.setURL('https://osu.ppy.sh/')
|
||||
.setAuthor('osu!', 'https://i.imgur.com/hWrw2Sv.png', 'https://osu.ppy.sh/')
|
||||
.addField('❯ Username',
|
||||
data.username, true)
|
||||
.addField('❯ ID',
|
||||
|
||||
Reference in New Issue
Block a user