File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
application/src/main/java/org/togetherjava/tjbot/config Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ public final class Config {
44
44
private final HelperPruneConfig helperPruneConfig ;
45
45
private final FeatureBlacklistConfig featureBlacklistConfig ;
46
46
private final String selectRolesChannelPattern ;
47
+ private final String memberCountCategoryPattern ;
47
48
private final ApplicationFormConfig applicationFormConfig ;
48
49
private final String memberCountCategoryPattern ;
49
50
@@ -414,6 +415,15 @@ public String getSelectRolesChannelPattern() {
414
415
return selectRolesChannelPattern ;
415
416
}
416
417
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
+
417
427
/**
418
428
* The configuration related to the application form.
419
429
*
You can’t perform that action at this time.
0 commit comments