Skip to content

Commit

Permalink
Fix snowflake parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Dec 3, 2023
1 parent a209b7f commit 19a03ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nyxx_lavalink/lib/src/lavalink_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class LavalinkPlayer {
Future<void> disconnect() async {
await lavalinkClient.deletePlayer(guildId.toString());
client.gateway.updateVoiceState(
Snowflake.parse(guildId),
guildId,
GatewayVoiceStateBuilder(
channelId: null,
isMuted: false,
Expand Down

0 comments on commit 19a03ea

Please sign in to comment.