feat: add weather command
This commit is contained in:
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
|
||||
)
|
||||
Reference in New Issue
Block a user