From 0fba5b8b2a34c1dfdc1a3e45819e8ee4832d7303 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan <67982792+abheekda1@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:46:04 -0600 Subject: [PATCH] fix: update tag for Abheek --- src/commands/about.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/about.ts b/src/commands/about.ts index 6203fb5..4dfb88a 100644 --- a/src/commands/about.ts +++ b/src/commands/about.ts @@ -19,7 +19,7 @@ export async function execute(interaction: CommandInteraction) { const contributorEmbed = new MessageEmbed() .setTitle('Contributors') - .addField('Creator', '<@745063586422063214> [ADawesomeguy#3602]', true) + .addField('Creator', '<@745063586422063214> [abheekda1]', true) .addField( 'Contributors', '<@650525101048987649> [tEjAs#8127]\n<@426864344463048705> [tetrident#9396]',