Merge pull request 'fix: ticket channel perms part 2' (#6) from ananas/scythe:fix/channel-perms-part-2 into main

Reviewed-on: #6
This commit is contained in:
cosmic 2025-04-27 22:41:58 +00:00
commit ed553e2f52
1 changed files with 1 additions and 1 deletions

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