Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-Santana-j committed Dec 4, 2024
1 parent 08c8b65 commit 10d7cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,9 @@ app.get('/server/ticket/:id', functions.authGetState, functions.subscriptionStat

const textChannels = channels.filter(channel => channel.type === 0);

let roles = guild.roles.cache
let rolesFilter = guild.roles.cache
// let rolesFilter = roles.filter(role => role.managed == false && role.mentionable == false && role.name != "@everyone")
console.log(roles);
console.log(rolesFilter);


let ticketOptions = {
Expand Down

0 comments on commit 10d7cd4

Please sign in to comment.