File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
application/src/main/java/org/togetherjava/tjbot/features/moderation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,15 @@ public final class TransferQuestionCommand extends BotCommandAdapter
46
46
private static final Pattern TITLE_GUESS_COMPACT_REMOVAL_PATTERN = Pattern .compile ("\\ W" );
47
47
private static final int TITLE_GUESS_COMPACT_LENGTH_MIN = 2 ;
48
48
private static final int TITLE_GUESS_COMPACT_LENGTH_MAX = 30 ;
49
+ private static final Color EMBED_COLOR = new Color (50 , 164 , 168 );
49
50
private final Predicate <String > isHelpForumName ;
50
51
private final List <String > defaultTags ;
51
- private static final Color EMBED_COLOR = new Color (50 , 164 , 168 );
52
52
53
53
54
54
/**
55
55
* Creates a new instance.
56
+ *
57
+ * @param config to get the helper forum and tags
56
58
*/
57
59
public TransferQuestionCommand (Config config ) {
58
60
super (Commands .message (COMMAND_NAME ), CommandVisibility .GUILD );
You can’t perform that action at this time.
0 commit comments