fix: invalid role error on ticket creation? (#572)

This commit is contained in:
DominicTheD3v 2025-01-05 17:15:49 +00:00 committed by GitHub
parent a2d11a5c30
commit 5ccf58cd98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,7 +398,7 @@ module.exports = class TicketManager {
permissionOverwrites: [
{
deny: ['ViewChannel'],
id: guild.roles.everyone,
id: guild.roles.everyone.id,
},
{
allow,