hodně sjetej fix

This commit is contained in:
Histmy 2021-10-11 14:16:28 +02:00 committed by GitHub
parent c82218eb8a
commit 04c817c062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,8 +155,8 @@ module.exports = {
if (spinkRole) make("a", spinkRole);
if (adminRole) make("r", adminRole);
} else {
if (spinkRole) make("a", spinkRole);
if (adminRole) make("r", adminRole);
if (spinkRole) make("r", spinkRole);
if (adminRole) make("a", adminRole);
continue;
}
for (const [_, channel] of guild.channels.cache) {