Add ISlashCommand interface for discord slash commands

java-rewrite
Hammy 3 years ago
parent 3845b50f36
commit a21dd25ee4

@ -0,0 +1,7 @@
package me.goudham.bot.command;
import net.dv8tion.jda.api.events.interaction.SlashCommandEvent;
public interface ISlashCommand {
void handle(SlashCommandEvent event);
}
Loading…
Cancel
Save