diff --git a/events/voiceStateUpdate.js b/events/voiceStateUpdate.js index dcfd41d..265f1fa 100644 --- a/events/voiceStateUpdate.js +++ b/events/voiceStateUpdate.js @@ -1,6 +1,6 @@ const Monitor = require('../models/monitor'); -export default async (client, oldState, voice) => { +module.exports = async (client, oldState, voice) => { if (client.users.cache.get(voice.member.id).bot) {return;} if (voice.guild && client.misc.cache.monitEnabled.includes(voice.guild.id)) { if (voice.channelID) {