chore: improve code and add image type option
This commit is contained in:
8 files changed
+27
-15
No files matched your search
@@ -19,4 +19,5 @@ class ConfigManager : JsonFileHandler<Config>("config.json") {
|
||||
val listeningGroups get() = this.read<Config>().listeningGroups
|
||||
val qweatherKey get() = this.read<Config>().qweatherKey
|
||||
val githubKey get() = this.read<Config>().githubKey
|
||||
val imageType get() = this.read<Config>().imageType
|
||||
}
|
||||
Reference in New Issue
Block a user