diff --git a/bot/src/events/voiceStateUpdate.ts b/bot/src/events/voiceStateUpdate.ts index feb26b8..33d1b01 100644 --- a/bot/src/events/voiceStateUpdate.ts +++ b/bot/src/events/voiceStateUpdate.ts @@ -1,5 +1,5 @@ -import { VoiceState } from "discord.js"; -import { client } from "../index"; +// import { VoiceState } from "discord.js"; +// import { client } from "../index"; -export const voiceStateUpdate = async (oldState: VoiceState, newState: VoiceState): Promise => { -} \ No newline at end of file +// export const voiceStateUpdate = async (oldState: VoiceState, newState: VoiceState): Promise => { +// } \ No newline at end of file