Skip to content

Commit 3159bed

Browse files
committed
resolve merge conflicts
1 parent 75cec91 commit 3159bed

File tree

1 file changed

+10
-0
lines changed
  • application/src/main/java/org/togetherjava/tjbot/config

1 file changed

+10
-0
lines changed

application/src/main/java/org/togetherjava/tjbot/config/Config.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public final class Config {
4444
private final HelperPruneConfig helperPruneConfig;
4545
private final FeatureBlacklistConfig featureBlacklistConfig;
4646
private final String selectRolesChannelPattern;
47+
private final String memberCountCategoryPattern;
4748
private final ApplicationFormConfig applicationFormConfig;
4849
private final String memberCountCategoryPattern;
4950

@@ -414,6 +415,15 @@ public String getSelectRolesChannelPattern() {
414415
return selectRolesChannelPattern;
415416
}
416417

418+
/**
419+
* Gets the pattern matching the category that is used to display the total member count.
420+
*
421+
* @return the categories name types
422+
*/
423+
public String getMemberCountCategoryPattern() {
424+
return memberCountCategoryPattern;
425+
}
426+
417427
/**
418428
* The configuration related to the application form.
419429
*

0 commit comments

Comments
 (0)