chore: command name

This commit is contained in:
2024-07-07 13:15:40 -07:00
parent ef14e9dd46
commit 58a51f43de

View File

@ -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