feat: add weather command

This commit is contained in:
2024-09-04 20:01:09 +08:00
parent bba8a99658
commit 7ce76aa0d2
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
}