i forgor to commit bot

This commit is contained in:
Chayapak 2023-04-17 16:58:57 +07:00
parent 2cc734f9dd
commit 6a768caae3

View file

@ -43,8 +43,8 @@ public class Bot {
@Getter @Setter private DiscordPlugin discord; // same for this one too
@Getter private ChatPlugin chat;
@Getter private SelfCarePlugin selfCare;
@Getter private PositionPlugin position;
@Getter private SelfCarePlugin selfCare;
@Getter private CorePlugin core;
@Getter private PlayersPlugin players;
@Getter private TabCompletePlugin tabComplete;
@ -83,8 +83,8 @@ public class Bot {
public void ready () {
this.chat = new ChatPlugin(this);
this.selfCare = new SelfCarePlugin(this);
this.position = new PositionPlugin(this);
this.selfCare = new SelfCarePlugin(this);
this.core = new CorePlugin(this);
this.players = new PlayersPlugin(this);
this.tabComplete = new TabCompletePlugin(this);