Androz2091 / discord-logs

📝Framework that simplify the usage of advanced Discord logs
238 stars 22 forks source link

voiceChannelUnmute #45

Closed Abinawan closed 3 years ago

Abinawan commented 3 years ago

In voice channel Unmute, you have written

client.on("voiceChannelMute", (member, oldMuteType) => { console.log(member.user.tag+" become unmuted!"); });

But it should be: client.on("voiceChannelUnmute", (member, oldMuteType) => { console.log(member.user.tag+" become unmuted!"); }); image

Androz2091 commented 3 years ago

True, thank you