style: format api/structures/channel.ts

This commit is contained in:
ayntee
2020-12-27 11:20:51 +04:00
parent b67f8f5f3d
commit b35bcf821e
+1 -1
View File
@@ -24,7 +24,7 @@ const baseChannel: Partial<Channel> = {
},
send(content) {
return sendMessage(this.id!, content);
}
},
};
export async function createChannel(