From 58a51f43de1accce9b85aa7818b856555cb07786 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sun, 7 Jul 2024 13:15:40 -0700 Subject: [PATCH] chore: command name --- src/commands/birthday.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/birthday.ts b/src/commands/birthday.ts index 654368d..7d0d0df 100644 --- a/src/commands/birthday.ts +++ b/src/commands/birthday.ts @@ -32,9 +32,9 @@ const validateDate = (month: string, day: number): boolean => { } }; -export const bbset: Command = { +export const birthday: Command = { data: new SlashCommandBuilder() - .setName("bbset") + .setName("birthday") .setDescription("Set your birthday!") .addStringOption((option) => option