Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Update whois.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Dec 13, 2018
1 parent 5269981 commit 1502681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/whois.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ exports.run = function(client, message, args, level) { return __awaiter(_this, v
options = { timeZone: 'America/New_York', hour12: true };
embed = new Discord.RichEmbed();
embed.setAuthor(botuser.user.username, botuser.user.avatarURL);
embed.setTitle(`<@!${botuser.id}>`);
if (bot === 'Yes') {
embed.setTitle(`<@!${botuser.id}> | <:bot:515695746595684374>`);
embed.setTitle('<:bot:515695746595684374>');
}
embed.setThumbnail(botuser.user.avatarURL);
if (botuser.displayColor) {
embed.setColor(botuser.displayColor);
}
embed.setDescription(`<@!${botuser.id}>`);
embed.addField('Joined Server At', botuser.joinedAt.toLocaleString('en-US', options) + ' | ' + dj.toFixed(0) + ' Days Ago', true);
joinPosition3 = null;
embed.addField('Join Position', joinPosition3, false);
Expand Down

0 comments on commit 1502681

Please sign in to comment.