From 1ab04840cdc66cb257495d95afc5097cb1b4ce67 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 20:13:11 -0500 Subject: ficks --- commands/Utility/userinfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/Utility') diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index cf95bc7..f9bf25f 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -4,11 +4,11 @@ exports.run = async (bot, msg) => { msg.channel.send( new RichEmbed() .setColor(0x00ae86) - .setTitle(`Information for ${user.user.tag}`) + .setTitle(`User Information`) .addField('User ID', user.id) .addField('Account Creation Date', user.user.createdAt) .addField('Join Guild Date', user.joinedAt) - .addField('Names', 'Display Name: ' + user.displayName + '\nUsername: ' + user.tag) + .addField('Names', 'Display Name: ' + user.displayName + `Username: ${user.user.tag}`) ); }; -- cgit v1.2.3