mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
fix: invalid role error on ticket creation? (#572)
This commit is contained in:
@@ -398,7 +398,7 @@ module.exports = class TicketManager {
|
||||
permissionOverwrites: [
|
||||
{
|
||||
deny: ['ViewChannel'],
|
||||
id: guild.roles.everyone,
|
||||
id: guild.roles.everyone.id,
|
||||
},
|
||||
{
|
||||
allow,
|
||||
|
Reference in New Issue
Block a user