feat: add the history of today command

This commit is contained in:
2024-10-08 15:15:51 +08:00
parent e4d6e683d3
commit 80557e9ccc
6 files changed
+82 -3

No files matched your search

+3 -1
View File
@@ -66,7 +66,8 @@ val DEFAULT_CONFIG = Config(
llamaModel = "llama3.1",
qqMusicApiUrl = "http://127.0.0.1:3200",
startUpNoticeUser = 114514L,
selfId = 114514L
selfId = 114514L,
tianXingApiKey = "1145141919810"
)
val configManager = ConfigManager()
@@ -122,4 +123,5 @@ val commands = listOf(
ZDJDCommand(), ScanQRCodeCommand(),
TTSCommand(), SlimeChunkHelperCommand(),
SupportMeCommand(), TheCatCommand(),
TheHistoryOfTodayCommand()
)