Skip to content

Commit 17acc24

Browse files
committed
Update the help channel topic to not be confusing
When a help channel is occupied, its topic still says "Ask questions here!" This is misleading, and might be a source of people disrupting occupied channels with their questions.
1 parent 9c71469 commit 17acc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/helpchan.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export class HelpChanModule extends Module {
284284
this.getChannelName(guild),
285285
{
286286
type: 'text',
287-
topic: 'Ask your questions here!',
287+
topic: `Please review <#${askHelpChannelId}> for how to get help.`,
288288
reason: 'maintain help channel goal',
289289
parent: categories.ask,
290290
},

0 commit comments

Comments
 (0)