Skip to content

Commit

Permalink
another temporary™ *
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturncorgi committed Sep 16, 2024
1 parent 9a7a6d8 commit 6601d79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
import net.dv8tion.jda.api.interactions.commands.OptionType;
import net.dv8tion.jda.api.interactions.commands.build.Commands;
import net.dv8tion.jda.api.interactions.commands.build.OptionData;
import net.dv8tion.jda.api.interactions.commands.*;
import net.dv8tion.*;

public class InitializeCommands extends ListenerAdapter {
@Override
public void onReady(ReadyEvent event) {
event.getJDA().updateCommands().addCommands(
Commands.slash("tba", "Retrieves some information on any team of your choosing.")
.addOption(OptionType.INTEGER, "teamnumber", "Team Number", false)
.setDefaultPermissions(DefaultMemberPermissions.enabledFor(Permission.VIEW_CHANNEL)),
.setDefaultPermissions(DefaultMemberPermissions.enabledFor(Permission.)),
Commands.slash("thebluealliance", "Retrieves some information on any team of your " +
"choosing.")
.addOption(OptionType.INTEGER, "teamnumber", "Team Number", false)
Expand Down

0 comments on commit 6601d79

Please sign in to comment.