From 7d1edb6e1b621fdd13783501821d121c9ad107c9 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 17 Aug 2017 22:44:04 -0400 Subject: Userinfo improvements --- commands/userinfo.js | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') diff --git a/commands/userinfo.js b/commands/userinfo.js index 4e845e6..4721e37 100644 --- a/commands/userinfo.js +++ b/commands/userinfo.js @@ -2,6 +2,7 @@ const Discord = require('discord.js'); exports.run = (client, message, args, config) => { var embed = new Discord.RichEmbed() .setAuthor(message.author.username, message.author.avatarURL) + .setThumbnail(message.author.avatarURL) .setDescription("Here's your info.") .addField("Names", "Username: " + message.author.username + "\nNickname: " + message.member.displayName) .addField("Identity", "User ID: " + message.author.id + "\nDiscriminator: " + message.author.discriminator) -- cgit v1.2.3