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 {
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 *
You can’t perform that action at this time.
0 commit comments