mars
mars
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
alr thx
15 replies
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
sorry i was looking at the wrong part of the docs, how would i make invitable false too?
15 replies
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
i found it on the docs
15 replies
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
No description
15 replies
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
would that make it private?
15 replies
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
const thread = await channel.threads.create({
name: `report-${interaction.user.username}`,
autoArchiveDuration: 60,
private: true,
})
const thread = await channel.threads.create({
name: `report-${interaction.user.username}`,
autoArchiveDuration: 60,
private: true,
})
15 replies
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
yeah channels, but its 1 channel
15 replies
DIAdiscord.js - Imagine an app
Created by mars on 12/23/2024 in #djs-questions
how do i change the permission overwrites of a thread?
how would i restrict its access from other users
15 replies