Prettified Code!

This commit is contained in:
itohatweb
2021-05-21 15:51:33 +00:00
committed by GitHub Action
parent fe4ab8517b
commit 3549cdeb63
279 changed files with 1617 additions and 1768 deletions
+1 -1
View File
@@ -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 !(