Skip to content

Commit

Permalink
Trailing , ❤️
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Nov 9, 2024
1 parent 98e3881 commit 62994af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voice/src/main/kotlin/VoiceConnection.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class VoiceConnection internal constructor(
ReplaceWith(
"VoiceConnection(data, gateway, voiceGateway, socket, voiceGatewayConfiguration, streams, audioProvider, " +
"frameInterceptor, frameSender, connectionDetachDuration)",
imports = ["dev.kord.voice.VoiceConnection"]
imports = ["dev.kord.voice.VoiceConnection"],
),
DeprecationLevel.WARNING,
)
Expand Down

0 comments on commit 62994af

Please sign in to comment.