From 536900d255ff4306b00903dac1988ca08ce731ee Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 31 May 2021 20:32:23 +0200 Subject: :construction: dm channels --- src/util/Channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/Channel.ts') diff --git a/src/util/Channel.ts b/src/util/Channel.ts index c8df85bc..8dfc03bc 100644 --- a/src/util/Channel.ts +++ b/src/util/Channel.ts @@ -45,7 +45,7 @@ export async function createChannel(channel: Partial id: Snowflake.generate(), created_at: new Date(), // @ts-ignore - recipients: null + recipient_ids: null }).save(); await emitEvent({ event: "CHANNEL_CREATE", data: channel, guild_id: channel.guild_id } as ChannelCreateEvent); -- cgit 1.5.1