fix: reorder ayunboom self care to first

This commit is contained in:
ChomeNS
2025-06-20 16:39:53 +07:00
parent 27d289a84d
commit 978653dcec
2 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
3467
3468

View File

@@ -35,6 +35,9 @@ public class SelfCarePlugin implements Listener {
public SelfCarePlugin (final Bot bot) {
this.bot = bot;
// ayunboom
selfCares.add(new AyunBoomSelfCare(bot));
// vanilla
selfCares.add(new OperatorSelfCare(bot));
selfCares.add(new GameModeSelfCare(bot));
@@ -54,9 +57,6 @@ public class SelfCarePlugin implements Listener {
// kaboom - iControlUwU
selfCares.add(new IControlUSelfCare(bot));
// ayunboom
selfCares.add(new AyunBoomSelfCare(bot));
// essentials
selfCares.add(new VanishSelfCare(bot));
selfCares.add(new NicknameSelfCare(bot));