diff --git a/src/util/transformers/channel_to_thread.ts b/src/util/transformers/channel_to_thread.ts index bb9612011..af80ba9f5 100644 --- a/src/util/transformers/channel_to_thread.ts +++ b/src/util/transformers/channel_to_thread.ts @@ -50,7 +50,7 @@ export function channelToThread(channel: Channel) { ), autoArchiveDuration: createNewProp(channel.threadMetadata?.autoArchiveDuration || 0), bitfield: createNewProp(bitfield), - ownerId: createNewProp(snowflakeToBigint(channel.ownerId!)) + ownerId: createNewProp(snowflakeToBigint(channel.ownerId!)), }); }