fix: ticket channel perms part 2 #6

Merged
cosmic merged 1 commits from ananas/scythe:fix/channel-perms-part-2 into main 2025-04-27 22:41:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3c6ca91ff5 - Show all commits

View File

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