Skip to content

Commit

Permalink
the option was optional
Browse files Browse the repository at this point in the history
bruh
  • Loading branch information
Kindit87 committed Apr 23, 2024
1 parent a483476 commit 2968f59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public LoopTrack(String name, String description, Command parentCommand) {
public SubcommandData getSubCommandData() {
return new SubcommandData(userName, description)
.addOptions(
new OptionData(OptionType.STRING, "type", "Looping types")
new OptionData(OptionType.STRING, "type", "Looping types", true)
.addChoice("track", "track")
.addChoice("queue", "queue")
);
Expand Down

0 comments on commit 2968f59

Please sign in to comment.