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 f9f4b2f commit 21e93d2Copy full SHA for 21e93d2
foxy/src/main/kotlin/net/cakeyfox/foxy/FoxyInstance.kt
@@ -127,8 +127,9 @@ class FoxyInstance(
127
.setEnableShutdownHook(false)
128
.build()
129
130
- this.commandHandler.handle()
+ shardManager.shards.forEach { it.awaitReady() }
131
132
+ this.commandHandler.handle()
133
leaderboardManager.startAutoRefresh()
134
if (currentCluster.isMasterCluster) TasksUtils.launchTasks(this)
135
0 commit comments