generated from nhcarrigan/template
chore: command name
This commit is contained in:
parent
ef14e9dd46
commit
58a51f43de
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user