Compare commits
No commits in common. "ed553e2f52fad2a599e4cdad7edc03ebe706a54e" and "95556c27d97eb58baf2459d8a666969954ef63c7" have entirely different histories.
ed553e2f52
...
95556c27d9
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Reference in New Issue