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 305f7a0 commit 76b6ec4Copy full SHA for 76b6ec4
bot/src/main/java/me/duncte123/skybot/commands/guild/mod/ModBaseCommand.java
@@ -20,7 +20,6 @@
20
21
import me.duncte123.skybot.Variables;
22
import me.duncte123.skybot.objects.SlashSupport;
23
-import me.duncte123.skybot.objects.command.Command;
24
import me.duncte123.skybot.objects.command.CommandCategory;
25
import net.dv8tion.jda.api.Permission;
26
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
@@ -34,8 +33,9 @@ public ModBaseCommand() {
34
33
}
35
36
@Override
+ @SuppressWarnings("PMD.EmptyMethodInAbstractClassShouldBeAbstract")
37
protected void configureSlashSupport(@NotNull SlashCommandData baseData) {
38
-
+ // Nothing needed right now
39
40
41
0 commit comments