// TODO: 음성 상태 변경 이벤트 핸들러 (추후 구현) // import { VoiceState } from "discord.js"; // export const voiceStateUpdate = async (oldState: VoiceState, newState: VoiceState): Promise => {}