mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
a584b81b12
commit
2da3037fdb
@@ -50,7 +50,7 @@ export function channelToThread(channel: Channel) {
|
|||||||
),
|
),
|
||||||
autoArchiveDuration: createNewProp(channel.threadMetadata?.autoArchiveDuration || 0),
|
autoArchiveDuration: createNewProp(channel.threadMetadata?.autoArchiveDuration || 0),
|
||||||
bitfield: createNewProp(bitfield),
|
bitfield: createNewProp(bitfield),
|
||||||
ownerId: createNewProp(snowflakeToBigint(channel.ownerId!))
|
ownerId: createNewProp(snowflakeToBigint(channel.ownerId!)),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user