We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb002e5 commit fd30a49Copy full SHA for fd30a49
src/main/java/net/discordjug/javabot/systems/help/commands/UnreserveCommand.java
@@ -38,7 +38,7 @@
38
*/
39
@AutoDetectableComponentHandler(UnreserveCommand.UNRESERVE_ID)
40
public class UnreserveCommand extends SlashCommand implements ModalHandler {
41
- private static final String UNRESERVE_ID = "unreserve";
+ static final String UNRESERVE_ID = "unreserve";
42
private static final String REASON_ID = "reason";
43
private final BotConfig botConfig;
44
private final DbActions dbActions;
0 commit comments