From cbd56126f79622053dae3c534cb46940d3823642 Mon Sep 17 00:00:00 2001 From: tkrmagid-desktop Date: Sun, 26 Apr 2026 20:20:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 자꾸 오류나서 주석처리했음 --- bot/src/events/voiceStateUpdate.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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