Skip to content

Commit ded352d

Browse files
authored
Merge pull request #190 from tjjfvi/title-instruction
Instruct askers to title their thread in initial bot message
2 parents 9b38037 + eca92c8 commit ded352d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/helpthread.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ If not, and if you have followed the bullets above, you can ping helpers by runn
8989
];
9090

9191
const helpThreadWelcomeMessage = (owner: GuildMember) => `
92-
${owner} This thread is for your question; when it's resolved, please type \`!close\`. \
92+
${owner} This thread is for your question; type \`!title <brief description>\`. \
93+
When it's resolved, please type \`!close\`. \
9394
See <#${howToGetHelpChannel}> for info on how to get better help.
9495
`;
9596

0 commit comments

Comments
 (0)