hodně sjetej fix
This commit is contained in:
parent
c82218eb8a
commit
04c817c062
@ -155,8 +155,8 @@ module.exports = {
|
|||||||
if (spinkRole) make("a", spinkRole);
|
if (spinkRole) make("a", spinkRole);
|
||||||
if (adminRole) make("r", adminRole);
|
if (adminRole) make("r", adminRole);
|
||||||
} else {
|
} else {
|
||||||
if (spinkRole) make("a", spinkRole);
|
if (spinkRole) make("r", spinkRole);
|
||||||
if (adminRole) make("r", adminRole);
|
if (adminRole) make("a", adminRole);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for (const [_, channel] of guild.channels.cache) {
|
for (const [_, channel] of guild.channels.cache) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user