feat: support parse github repo(project)
This commit is contained in:
15 files changed
+269
-55
No files matched your search
@@ -16,5 +16,6 @@ data class Config(
|
||||
val accessToken: String,
|
||||
val port: Int,
|
||||
val listeningGroups: List<Long>,
|
||||
val qweatherKey: String
|
||||
val qweatherKey: String,
|
||||
val githubKey: String,
|
||||
)
|
||||
Reference in New Issue
Block a user