From 4dceef6a1fa39cdd636d5d4fe7fa7c54c60671cc Mon Sep 17 00:00:00 2001 From: moonleay Date: Thu, 1 Feb 2024 23:15:04 +0100 Subject: [PATCH] feat!: (temp) dropped the Splatoon3ink api support --- build.gradle.kts | 2 +- src/main/kotlin/net/moonleay/lilJudd/Bot.kt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7fb8244..eac9d28 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ val ownerID = 372703841151614976L group = "net.moonleay.liljudd" version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_SHORT_SHA")}-prod" } ?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" } - ?: "2.7.1" + ?: "2.7.2" val kordver = "1.7.1-SNAPSHOT" val coroutinesver = "1.7.3" diff --git a/src/main/kotlin/net/moonleay/lilJudd/Bot.kt b/src/main/kotlin/net/moonleay/lilJudd/Bot.kt index 7064745..3ba03e8 100644 --- a/src/main/kotlin/net/moonleay/lilJudd/Bot.kt +++ b/src/main/kotlin/net/moonleay/lilJudd/Bot.kt @@ -186,12 +186,12 @@ object Bot { AvailabilityManager.runThread() // Update Availabilities MatchManager.update() // Update Matches // Make the bot update the status every 6 seconds - JobManager.addJob(StatusUpdater) +// JobManager.addJob(StatusUpdater) } // Update the Splatoon 3 api data and make sure it stays up-to-date - Splatoon3Api.updateSchedule() - JobManager.addJob(Splatoon3ApiScheduleUpdateScheduler) +// Splatoon3Api.updateSchedule() +// JobManager.addJob(Splatoon3ApiScheduleUpdateScheduler) /* Other caches will be added when implemented its not used yet in order to reduce load on the api,