mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 07:50:07 +00:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
export const createVoiceState = (data: unknown) => {
|
|
console.log(data)
|
|
}
|