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