We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1b721 commit 6db53f1Copy full SHA for 6db53f1
app/commands/setupTickets.ts
@@ -190,6 +190,7 @@ export const Command = [
190
name: `${user.username} – ${format(new Date(), "PP kk:mmX")}`,
191
autoArchiveDuration: 60 * 24 * 7,
192
type: ChannelType.PrivateThread,
193
+ invitable: false,
194
});
195
await thread.send({
196
content: `<@${user.id}>, this is a private space only visible to you and the <@&${config.role_id}> role.`,
0 commit comments