diff --git a/gateway/src/commonMain/kotlin/Gateway.kt b/gateway/src/commonMain/kotlin/Gateway.kt index 96b91f0207a..1ee61cb5907 100644 --- a/gateway/src/commonMain/kotlin/Gateway.kt +++ b/gateway/src/commonMain/kotlin/Gateway.kt @@ -237,7 +237,7 @@ public fun Gateway.requestSoundboardSounds(guildIds: List): Flow() .transformWhile { emit(it.data) - receivedGuilds.size == guildIds.size + receivedGuilds.size < guildIds.size } }