add avatar command

This commit is contained in:
Lee
2024-06-26 02:46:27 +01:00
parent 47beff752c
commit aec2fe1c2b
6 changed files with 42 additions and 5 deletions

@ -15,7 +15,6 @@ import org.springframework.stereotype.Component;
*/
@Component
public class PingCommand extends BatCommand {
public PingCommand() {
super("ping", "Gets the ping of the bot");
}