This commit is contained in:
DJj123dj
2023-06-17 12:16:26 +02:00
2 changed files with 16 additions and 3 deletions
+2 -2
View File
@@ -140,7 +140,7 @@ module.exports = () => {
try {
const adminrole = guild.roles.cache.find(r => r.id == role)
if (!adminrole) return
permissionsArray.push({
id:adminrole,
type:"role",
@@ -250,4 +250,4 @@ module.exports = () => {
}
}
})
}
}