mirror of https://github.com/sgoudham/Enso-Bot.git
Add ISlashCommand interface for discord slash commands
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…
Reference in New Issue