Skip to content

Commit 76b6ec4

Browse files
committed
:)
1 parent 305f7a0 commit 76b6ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/src/main/java/me/duncte123/skybot/commands/guild/mod/ModBaseCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
import me.duncte123.skybot.Variables;
2222
import me.duncte123.skybot.objects.SlashSupport;
23-
import me.duncte123.skybot.objects.command.Command;
2423
import me.duncte123.skybot.objects.command.CommandCategory;
2524
import net.dv8tion.jda.api.Permission;
2625
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
@@ -34,8 +33,9 @@ public ModBaseCommand() {
3433
}
3534

3635
@Override
36+
@SuppressWarnings("PMD.EmptyMethodInAbstractClassShouldBeAbstract")
3737
protected void configureSlashSupport(@NotNull SlashCommandData baseData) {
38-
38+
// Nothing needed right now
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)