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:
commit
ed553e2f52
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Reference in New Issue