mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
Prettified Code!
This commit is contained in:
@@ -10,7 +10,7 @@ export async function isChannelSynced(channelId: bigint) {
|
||||
|
||||
return channel.permissionOverwrites?.every((overwrite) => {
|
||||
const permission = parentChannel.permissionOverwrites?.find(
|
||||
(ow) => ow.id === overwrite.id,
|
||||
(ow) => ow.id === overwrite.id
|
||||
);
|
||||
if (!permission) return false;
|
||||
return !(
|
||||
|
||||
Reference in New Issue
Block a user