Skip to content

Commit

Permalink
Update src/main/java/com/eternalcode/discordapp/leveling/experience/v…
Browse files Browse the repository at this point in the history
…oice/ExperienceLeaveVoiceController.java

Co-authored-by: DMK <[email protected]>
  • Loading branch information
Hyd3r1 and imDMK authored Nov 6, 2023
1 parent 94c0abc commit 976b789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void onGuildVoiceUpdate(GuildVoiceUpdateEvent event) {
}
});

this.experienceVoiceActivityData.usersOnVoiceChannel.remove(event.getMember().getIdLong());
this.experienceVoiceActivityData.usersOnVoiceChannel.remove(userId);
this.configManager.save(this.experienceVoiceActivityData);
}

Expand Down

0 comments on commit 976b789

Please sign in to comment.