fix: reorder ayunboom self care to first
This commit is contained in:
@@ -1 +1 @@
|
||||
3467
|
||||
3468
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user