Skip to content

Commit

Permalink
Missing subcommand.
Browse files Browse the repository at this point in the history
Signed-off-by: Presti <dxssucuk@hotmail.com>
  • Loading branch information
DxsSucuk committed Oct 16, 2024
1 parent 50f84a9 commit 84627da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public CommandData getCommandData() {
"command.description.birthday")
.addSubcommands(new SubcommandData("remove", "Remove a Birthday entry!")
.addOptions(new OptionData(OptionType.USER, "user", "The User which should get their birthday entry removed.", false)),
new SubcommandData("list", "See all of the Birthday entries!"),
new SubcommandData("add", "Add a Birthday entry!")
.addOptions(new OptionData(OptionType.INTEGER, "day", "The day of the month.", true).setMinValue(1).setMaxValue(31),
new OptionData(OptionType.INTEGER, "month", "Your birth month.", true).setMinValue(1).setMaxValue(12),
Expand Down

0 comments on commit 84627da

Please sign in to comment.