mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-19 04:38:17 +00:00
style: format api/structures/channel.ts
This commit is contained in:
@@ -24,7 +24,7 @@ const baseChannel: Partial<Channel> = {
|
|||||||
},
|
},
|
||||||
send(content) {
|
send(content) {
|
||||||
return sendMessage(this.id!, content);
|
return sendMessage(this.id!, content);
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export async function createChannel(
|
export async function createChannel(
|
||||||
|
|||||||
Reference in New Issue
Block a user