Skip to content

Commit

Permalink
fix: invalid role error on ticket creation? (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicTheD3v authored Jan 5, 2025
1 parent a2d11a5 commit 5ccf58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tickets/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ module.exports = class TicketManager {
permissionOverwrites: [
{
deny: ['ViewChannel'],
id: guild.roles.everyone,
id: guild.roles.everyone.id,
},
{
allow,
Expand Down

0 comments on commit 5ccf58c

Please sign in to comment.