mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 18:51:29 +02:00
fix: invalid role error on ticket creation? (#572)
This commit is contained in:
parent
a2d11a5c30
commit
5ccf58cd98
@ -398,7 +398,7 @@ module.exports = class TicketManager {
|
|||||||
permissionOverwrites: [
|
permissionOverwrites: [
|
||||||
{
|
{
|
||||||
deny: ['ViewChannel'],
|
deny: ['ViewChannel'],
|
||||||
id: guild.roles.everyone,
|
id: guild.roles.everyone.id,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
allow,
|
allow,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user