You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticfinalNotificationUPDATE_AVAILABLE = newNotification(NotificationType.CHAT, PREFIX + " <yellow>A new version is available: {TAG}\n<yellow>Download it here: {URL}");
24
+
privatestaticfinalNotificationUPDATE_AVAILABLE = newNotification(NotificationType.CHAT, PREFIX + " <red><yellow>A new version is available: {TAG}\n<green>Download it here: {URL}");
25
25
privatestaticfinalNotificationUPDATE_EXCEPTION = newNotification(NotificationType.CHAT, PREFIX + "<red>An error occurred while checking for update: {MESSAGE}");
0 commit comments