verbiage changes

dev
Matthew 2024-11-25 02:00:23 -05:00
parent 87d7ac31aa
commit 96e1ecdafb
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ export default class Whois extends Command {
if (ackResolve?.additionalRoles?.length > 0) {
embed.addField('Additional Acknowledgements', ackResolve.additionalRoles.join(', '));
}
embed.setFooter(this.client.user.username, this.client.user.avatarURL);
embed.setFooter(`Library of Code, Inc.`, this.client.user.avatarURL);
embed.setTimestamp();
return ctx.uniCreateMessage({ embed });
}