mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Merge branch 'fp-attempt-9001' of https://github.com/discordeno/discordeno into fp-attempt-9001
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user