Skip to content

Commit

Permalink
Update ActivityListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyRin committed Sep 1, 2024
1 parent ad23d8c commit b131a76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void onUserActivityStart(UserActivityStartEvent event) {
return;
}

this.instance.getVcNameManager().updateVoiceChannelName(member, activity);
// this.instance.getVcNameManager().updateVoiceChannelName(member, activity);

if (this.map.get(guild.getId() + "-" + member.getId()) == null) {
this.map.put(guild.getId() + "-" + member.getId(), new ArrayList<>());
Expand Down

0 comments on commit b131a76

Please sign in to comment.