feat: add poke reply

This commit is contained in:
2024-09-28 12:37:18 +08:00
parent bc04c53517
commit 120fc38084
6 files changed
+21 -4

No files matched your search

@@ -35,4 +35,5 @@ class ConfigManager : JsonFileHandler<Config>("config.json") {
val llamaModel = config.llamaModel
val qqMusicApiUrl = config.qqMusicApiUrl
val startUpNoticeUser = config.startUpNoticeUser
val selfId = config.selfId
}