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 c022ac6 commit 26486c2Copy full SHA for 26486c2
src/minecraft/other/eventNotifier.js
@@ -38,12 +38,12 @@ if (config.minecraft.skyblockEventsNotifications.enabled) {
38
39
const cTime = getCustomTime(customTime, event);
40
if (cTime.length !== 0 && cTime.includes(minutes.toString())) {
41
- eventBOT.send(`/gc [EVENT] ${eventData.name}${extraInfo}: Starting in ${minutes}m!`);
+ eventBOT.send(`[EVENT] ${eventData.name}${extraInfo}: Starting in ${minutes}m!`);
42
await delay(1500);
43
}
44
45
if (minutes == 0) {
46
- eventBOT.send(`/gc [EVENT] ${eventData.name}${extraInfo}: Starting now!`);
+ eventBOT.send(`[EVENT] ${eventData.name}${extraInfo}: Starting now!`);
47
48
49
0 commit comments