Compare commits

..

No commits in common. "ed553e2f52fad2a599e4cdad7edc03ebe706a54e" and "95556c27d97eb58baf2459d8a666969954ef63c7" have entirely different histories.

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, { lockPermissions: false });
channel = await channel.setParent(category);
const embed = new EmbedBuilder()
.setTitle(`Tickets`)