the code improvement

This commit is contained in:
Chayapak 2023-08-09 18:56:01 +07:00
parent 92dffdc2ed
commit f1799eed7f

View file

@ -14,11 +14,7 @@ import land.chipmunk.chayapak.chomens_bot.Bot;
import java.util.UUID;
public class ExploitsPlugin {
private final Bot bot;
public ExploitsPlugin (Bot bot) {
this.bot = bot;
}
public ExploitsPlugin (Bot bot) {}
public void kick (UUID uuid) {}
}