Merge branch 'fp-attempt-9001' of https://github.com/discordeno/discordeno into fp-attempt-9001

This commit is contained in:
Skillz4Killz
2021-11-12 00:21:57 +00:00
committed by GitHub
@@ -13,6 +13,6 @@ export async function getThreadMember(bot: Bot, threadId: bigint, userId: bigint
id: result.id ? bot.transformers.snowflake(result.id) : undefined,
userId: result.user_id ? bot.transformers.snowflake(result.user_id) : undefined,
joinTimestamp: Date.parse(result.join_timestamp),
flags: result.flags
flags: result.flags,
};
}