File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,15 @@ export class HelpChanModule extends Module {
3333 CHANNEL_PREFIX = 'help-' ;
3434
3535 AVAILABLE_EMBED = new MessageEmbed ( )
36- . setColor ( TS_BLUE )
36+ . setColor ( '#77b155' )
3737 . setDescription (
38- 'This help channel is now **available**, which means that ' +
39- 'you can claim it by typing your question into it. ' +
40- 'Once claimed, the channel will move into the **Help: Ongoing** category, and ' +
41- `will be yours until it has been inactive for ${
42- dormantChannelTimeout / 60 / 60
43- } hours or is closed ` +
44- 'manually with `!close`. When that happens, it will be set to **dormant** and moved into the **Help: Dormant** category.\n\n' +
45- "Try to write the best question you can by providing a detailed description and telling us what you've tried already." ,
38+ '✅ **Send your question here to claim the channel**\n' +
39+ 'This channel will be dedicated to answering your question only. Others will try to answer and help you solve the issue.\n\n' +
40+ '**Keep in mind:**\n' +
41+ "• It's always ok to just ask your question. You don't need permission.\n" +
42+ '• Explain what you expect to happen and what actually happens.\n' +
43+ '• Include a code sample and error message, if you got any.\n\n' +
44+ "For more tips, check out StackOverflow's guide on **[asking good questions](https://stackoverflow.com/help/how-to-ask)**." ,
4645 ) ;
4746
4847 DORMANT_EMBED = new MessageEmbed ( )
You can’t perform that action at this time.
0 commit comments