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