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

+2 -1
View File
@@ -64,7 +64,8 @@ val DEFAULT_CONFIG = Config(
llamaUrl = "http://127.0.0.1",
llamaModel = "llama3.1",
qqMusicApiUrl = "http://127.0.0.1:3200",
startUpNoticeUser = 114514L
startUpNoticeUser = 114514L,
selfId = 114514L
)
val configManager = ConfigManager()