Add Profile Link to Paladins

This commit is contained in:
Dragon Fire
2020-08-09 19:03:36 -04:00
parent 65f97bd85c
commit f9fc38bff6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.19.3",
"version": "119.19.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {