Skip to content

Commit

Permalink
Update instantclose.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 authored Feb 1, 2022
1 parent 6249d9b commit b70883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/🚫 Administration/instantclose.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
let adminroles = client.settings.get(message.guild.id, "adminroles")
let cmdroles = client.settings.get(message.guild.id, "cmdadminroles.ticket")
let cmdroles2 = client.settings.get(message.guild.id, "cmdadminroles.close")
try{for (const r of cmdroles2) cmdrole.push(r)}catch{}
try{for (const r of cmdroles2) cmdroles.push(r)}catch{}

var cmdrole = []
if(cmdroles.length > 0){
Expand Down

0 comments on commit b70883e

Please sign in to comment.