added sounds

This commit is contained in:
MathMan05
2024-10-14 12:55:35 -05:00
parent 5cdb4d2184
commit 83116bad5c
3 changed files with 36 additions and 1 deletions

View File

@@ -595,6 +595,9 @@ class Channel extends SnowFlake{
await Member.new(memb,this.guild);
}
this.updateVoiceUsers();
if(this.voice===this.localuser.currentVoice){
AVoice.noises("join");
}
}
}
async updateVoiceUsers(){