Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 1e42322

Browse files
committed
Renamed command for clarity.
1 parent 8ceca32 commit 1e42322

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/net/javadiscord/javabot2/systems/moderation/PruneCommand.java renamed to src/main/java/net/javadiscord/javabot2/systems/moderation/PurgeCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import org.javacord.api.interaction.SlashCommandInteraction;
55
import org.javacord.api.interaction.callback.InteractionImmediateResponseBuilder;
66

7-
public class PruneCommand implements SlashCommandHandler {
7+
public class PurgeCommand implements SlashCommandHandler {
88
@Override
9-
public InteractionImmediateResponseBuilder handle(SlashCommandInteraction interaction) throws Exception {
9+
public InteractionImmediateResponseBuilder handle(SlashCommandInteraction interaction) {
1010
return interaction.createImmediateResponder()
1111
.append("Not yet implemented");
1212
}

0 commit comments

Comments
 (0)