updates to rank info embed
parent
d76da2fc87
commit
224514648e
|
@ -34,7 +34,7 @@ export default class Rank extends Command {
|
|||
if (message.member.roles.includes(rank.roleID)) hasRank = true;
|
||||
embed.addField(rank.name, `${hasRank ? '*You have this role.*' : ''}__Description:__ ${rank.description}\n__Permissions:__ ${perms}`);
|
||||
}
|
||||
embed.setFooter(this.client.user.username, this.client.user.avatarURL);
|
||||
embed.setFooter(`Requested by: ${message.author.username}#${message.author.discriminator} | ${this.client.user.username}`, message.author.username);
|
||||
embed.setTimestamp();
|
||||
return message.channel.createMessage({ embed });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue