pushing news support customization for chunithm

This commit is contained in:
2023-10-07 12:31:08 -04:00
parent 1996f3f356
commit bfaadff9f6
4 changed files with 19 additions and 1 deletions

View File

@ -19,6 +19,12 @@ class ChuniServerConfig:
self.__config, "chuni", "server", "loglevel", default="info"
)
)
@property
def news_msg(self) -> str:
CoreConfig.get_config_field(
self.__config, "chuni", "server", "news_msg", default=""
)
class ChuniTeamConfig: