Merge branch 'main' into dev

This commit is contained in:
Jasper
2023-05-19 15:00:47 +02:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -138,7 +138,7 @@ module.exports = () => {
try {
const adminrole = guild.roles.cache.find(r => r.id == role)
if (!adminrole) return
permissionsArray.push({
id:adminrole,
type:"role",
@@ -242,4 +242,4 @@ module.exports = () => {
}
}
})
}
}