We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26486c2 commit 506a92eCopy full SHA for 506a92e
src/minecraft/other/eventNotifier.js
@@ -10,6 +10,7 @@ if (config.minecraft.skyblockEventsNotifications.enabled) {
10
setInterval(async () => {
11
try {
12
const eventBOT = new minecraftCommand(bot);
13
+ eventBOT.officer = false;
14
const EVENTS = getSkyblockCalendar();
15
16
for (const event in EVENTS.events) {
0 commit comments