File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,4 @@ export const dormantChannelTimeout = parseInt(
3333) ;
3434export const dormantChannelLoop = parseInt ( process . env . DORMANT_CHANNEL_LOOP ! ) ;
3535export const TS_BLUE = '#007ACC' ;
36+ export const GREEN = '#77b155' ;
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import { HelpUser } from '../entities/HelpUser';
1717import {
1818 categories ,
1919 TS_BLUE ,
20+ GREEN ,
2021 askCooldownRoleId ,
2122 channelNames ,
2223 dormantChannelTimeout ,
@@ -33,7 +34,7 @@ export class HelpChanModule extends Module {
3334 CHANNEL_PREFIX = 'help-' ;
3435
3536 AVAILABLE_EMBED = new MessageEmbed ( )
36- . setColor ( '#77b155' )
37+ . setColor ( GREEN )
3738 . setDescription (
3839 '✅ **Send your question here to claim the channel**\n' +
3940 'This channel will be dedicated to answering your question only. Others will try to answer and help you solve the issue.\n\n' +
You can’t perform that action at this time.
0 commit comments