지금까지 내용 커밋
This commit is contained in:
5
bot/src/events/voiceStateUpdate.ts
Normal file
5
bot/src/events/voiceStateUpdate.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { VoiceState } from "discord.js";
|
||||
import { client } from "../index";
|
||||
|
||||
export const voiceStateUpdate = async (oldState: VoiceState, newState: VoiceState): Promise<void> => {
|
||||
}
|
||||
Reference in New Issue
Block a user