mirror of https://github.com/sgoudham/Enso-Bot.git
Remove command interface
The @Command interface should do all the heavy loading instead of defining this interfacejava-rewrite
parent
b294be22ff
commit
2aee2eec93
@ -1,5 +0,0 @@
|
|||||||
package me.goudham.command;
|
|
||||||
|
|
||||||
public interface ICommand {
|
|
||||||
void handle();
|
|
||||||
}
|
|
Loading…
Reference in New Issue