fix: ticket channel perms

This commit is contained in:
Ananas 2025-04-24 01:39:00 +02:00
parent 95556c27d9
commit 3c6ca91ff5
No known key found for this signature in database
GPG Key ID: CAE30FFA43F0F76F
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export class TicketComponenets {
Bun.env.TICKET_CATEGORY,
) as CategoryChannel;
channel = await channel.setParent(category);
channel = await channel.setParent(category, { lockPermissions: false });
const embed = new EmbedBuilder()
.setTitle(`Tickets`)