more fixes
parent
adebde31bd
commit
c627367577
|
@ -32,7 +32,7 @@ export default class Rank extends Command {
|
||||||
}
|
}
|
||||||
let hasRank = false;
|
let hasRank = false;
|
||||||
if (message.member.roles.includes(rank.roleID)) hasRank = true;
|
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.addField(rank.name, `${hasRank ? '*You have this role.*\n' : ''}__Description:__ ${rank.description}\n__Permissions:__ ${perms}`);
|
||||||
}
|
}
|
||||||
embed.setFooter(`Requested by: ${message.author.username}#${message.author.discriminator} | ${this.client.user.username}`, message.author.avatarURL);
|
embed.setFooter(`Requested by: ${message.author.username}#${message.author.discriminator} | ${this.client.user.username}`, message.author.avatarURL);
|
||||||
embed.setTimestamp();
|
embed.setTimestamp();
|
||||||
|
|
Loading…
Reference in New Issue