diff --git a/src/commands/whois.ts b/src/commands/whois.ts index b7cc473..653de12 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -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 }); }