feat: add weather command
This commit is contained in:
9 files changed
+111
-15
No files matched your search
@@ -17,4 +17,5 @@ class ConfigManager : JsonFileHandler<Config>("config.json") {
|
||||
val accessToken get() = this.read<Config>().accessToken
|
||||
val wsType get() = this.read<Config>().wsType
|
||||
val listeningGroups get() = this.read<Config>().listeningGroups
|
||||
val qweatherKey get() = this.read<Config>().qweatherKey
|
||||
}
|
||||
Reference in New Issue
Block a user