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 87e3828 commit be1a2b6Copy full SHA for be1a2b6
src/modules/helpForum.ts
@@ -228,7 +228,7 @@ export async function helpForumModule(bot: Bot) {
228
229
async function changeStatus(msg: Message, resolved: boolean) {
230
const thread = msg.channel;
231
- if (thread?.type !== ChannelType.PublicThread) {
+ if (!isHelpThread(thread)) {
232
return sendWithMessageOwnership(
233
msg,
234
':warning: Can only be run in a help post',
0 commit comments