mirror of https://github.com/sgoudham/Enso-Bot.git
Remove old ping command
parent
2aee2eec93
commit
dd6763269e
@ -1,16 +0,0 @@
|
|||||||
package me.goudham.command;
|
|
||||||
|
|
||||||
import io.micronaut.core.annotation.Introspected;
|
|
||||||
import jakarta.inject.Singleton;
|
|
||||||
import me.goudham.command.annotation.Command;
|
|
||||||
|
|
||||||
@Singleton
|
|
||||||
@Introspected
|
|
||||||
@Command(name = "ping", description = "", isVisible = true)
|
|
||||||
public class Ping implements ICommand {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void handle() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue