From b35bcf821e6c61f1711ad04b6c008dbe11256b5a Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 27 Dec 2020 11:20:51 +0400 Subject: [PATCH] style: format api/structures/channel.ts --- src/api/structures/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/structures/channel.ts b/src/api/structures/channel.ts index 749723eda..20e5f9e86 100644 --- a/src/api/structures/channel.ts +++ b/src/api/structures/channel.ts @@ -24,7 +24,7 @@ const baseChannel: Partial = { }, send(content) { return sendMessage(this.id!, content); - } + }, }; export async function createChannel(