chore: command name

This commit is contained in:
Naomi Carrigan 2024-07-07 13:15:40 -07:00
parent ef14e9dd46
commit 58a51f43de
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -32,9 +32,9 @@ const validateDate = (month: string, day: number): boolean => {
} }
}; };
export const bbset: Command = { export const birthday: Command = {
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName("bbset") .setName("birthday")
.setDescription("Set your birthday!") .setDescription("Set your birthday!")
.addStringOption((option) => .addStringOption((option) =>
option option