From f1799eed7f270ffb873a7e5427e2f8b8a57903cc Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Wed, 9 Aug 2023 18:56:01 +0700 Subject: [PATCH] the code improvement --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 23b5e9a..03704b6 100644 --- a/README.md +++ b/README.md @@ -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) {} }