File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const occupiedMessage = (asker: User) => `
46
46
47
47
This channel is dedicated to answering their question only (and any of their follow-up questions). Others will try to answer and help solve the issue.
48
48
49
- **To ${ asker . toString ( ) } , keep in mind:**
49
+ **${ asker . toString ( ) } , keep in mind:**
50
50
• It's always ok to just ask your question. You don't need permission.
51
51
• Explain what you expect to happen and what actually happens.
52
52
• Include a code sample and error message, if you got any.
@@ -87,7 +87,7 @@ export class HelpChanModule extends Module {
87
87
. setFooter (
88
88
`Closes after ${
89
89
dormantChannelTimeout / 60 / 60 / 1000
90
- } hours of inactivity or when ${ asker . toString ( ) } sends !close.`,
90
+ } hours of inactivity or when ${ asker . username } sends !close.`,
91
91
) ;
92
92
}
93
93
You can’t perform that action at this time.
0 commit comments