mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 03:31:47 -05:00
Merge branch 'master' into beta
This commit is contained in:
commit
49b1fc954e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue