mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export const createChannel = (data: unknown) => {
|
|
console.log(data)
|
|
}
|