Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/commands/setupTickets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export const Command = [
name: `${user.username} – ${format(new Date(), "PP kk:mmX")}`,
autoArchiveDuration: 60 * 24 * 7,
type: ChannelType.PrivateThread,
invitable: false,
});
await thread.send({
content: `<@${user.id}>, this is a private space only visible to you and the <@&${config.role_id}> role.`,
Expand Down
Loading