voice id hotfix
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = (client, message) => {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
message.guild.me.voice.channel &&
|
message.guild.me.voice.channel &&
|
||||||
message.member.voice.channel.id !== message.guild.me.voice.channel.id
|
message.member.voice.channelid !== message.guild.me.voice.channelid
|
||||||
)
|
)
|
||||||
return message.channel.send(
|
return message.channel.send(
|
||||||
`You are not in the same voice channel ${message.author}... try again ? ❌`
|
`You are not in the same voice channel ${message.author}... try again ? ❌`
|
||||||
|
|||||||
Reference in New Issue
Block a user