From 96e1ecdafbc2605d687665a071d320c21e5b0105 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 25 Nov 2024 02:00:23 -0500 Subject: [PATCH] verbiage changes --- src/commands/whois.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); }