mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Add Profile Link to Paladins
This commit is contained in:
@@ -55,6 +55,8 @@ module.exports = class PaladinsCommand extends Command {
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0x1E9BAD)
|
||||
.setAuthor('Paladins Guru', 'https://i.imgur.com/iIAdriK.png', 'https://paladins.guru/')
|
||||
.setTitle('View Profile on Paladins Guru')
|
||||
.setURL(`https://paladins.guru/profile/${data.player.id}`)
|
||||
.addField('❯ Name', data.player.name, true)
|
||||
.addField('❯ ID', data.player.id, true)
|
||||
.addField('❯ Level', data.player.level, true)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.19.3",
|
||||
"version": "119.19.4",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user