Add author

pull/29/head
Matthew 2020-09-07 01:34:13 -04:00
parent 811ac16625
commit 09ccc22cbd
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ export default class Score extends Command {
const embed = new RichEmbed(); const embed = new RichEmbed();
embed.setTitle('Community Score'); embed.setTitle('Community Score');
embed.setAuthor(member.user.username, member.user.avatarURL);
if (score.inquiries?.length > 0) { if (score.inquiries?.length > 0) {
let desc = ''; let desc = '';
score.inquiries.forEach((inq) => { score.inquiries.forEach((inq) => {