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

@@ -15,5 +15,6 @@ data class Config(
val wsAddress: String,
val accessToken: String,
val port: Int,
val listeningGroups: List<Long>
val listeningGroups: List<Long>,
val qweatherKey: String
)