Compare commits

..

2 Commits

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`)