voice id hotfix3

This commit is contained in:
2022-08-31 21:33:05 +02:00
parent 07098c3b7d
commit 1731daaaa3

View File

@@ -1,5 +1,4 @@
module.exports = (client, message) => {
bot = client.guild.member.fetch
if (message.author.bot || message.channel.type === "dm") return;
const prefix = process.env.PREFIX;