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 059040a commit 427b678Copy full SHA for 427b678
LavalinkServer/src/main/java/lavalink/server/config/KoeConfiguration.kt
@@ -34,7 +34,7 @@ class KoeConfiguration(val serverConfig: ServerConfig) {
34
@Bean
35
fun koeOptions(): KoeOptions = KoeOptions.builder().apply {
36
setGatewayVersion(GatewayVersion.V8)
37
- setDeafened(true)
+// setDeafened(true)
38
39
val systemType: SystemType? = try {
40
SystemType(DefaultArchitectureTypes.detect(), DefaultOperatingSystemTypes.detect())
0 commit comments