File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export class HelpThreadModule extends Module {
92
92
if ( msg . author . id === this . client . user ! . id ) return ;
93
93
this . updateHelpInfo ( msg . channel ) ;
94
94
let thread = await msg . startThread ( {
95
- name : `Help ${ msg . member ?. nickname ?? msg . author . username } ` ,
95
+ name : `[Open]: Help ${ msg . member ?. nickname ?? msg . author . username } ` ,
96
96
autoArchiveDuration : ThreadAutoArchiveDuration . OneDay ,
97
97
} ) ;
98
98
thread . send ( helpThreadWelcomeMessage ( msg . member ! ) ) ;
@@ -261,7 +261,7 @@ export class HelpThreadModule extends Module {
261
261
HelpThread . update ( thread . id , {
262
262
titleSetTimestamp : Date . now ( ) + '' ,
263
263
} ) ,
264
- msg . channel . setName ( `${ username } - ${ title } ` ) ,
264
+ msg . channel . setName ( `[Open]: ${ username } - ${ title } ` ) ,
265
265
] ) ;
266
266
}
267
267
You can’t perform that action at this time.
0 commit comments