fix: actually make that self care commit work with op self care (took SO LONG to figure out and lots of debugging)
it was just that debug samples don't get sent anymore when you are deopped, so i just made the local ticker dispatch when the bot isn't op
This commit is contained in:
@@ -48,7 +48,7 @@ public class TickPlugin implements Listener {
|
||||
}
|
||||
});
|
||||
|
||||
if (!receivedDebugSample) dispatchTick();
|
||||
if (!receivedDebugSample || bot.selfCare.data.permissionLevel < 2) dispatchTick();
|
||||
}
|
||||
|
||||
private void tickLocalSecond () {
|
||||
|
||||
Reference in New Issue
Block a user