feat: add idiom explain and add mcping latency

This commit is contained in:
2024-10-10 16:03:51 +08:00
parent 1c00093560
commit 90225ae147
8 files changed
+90 -21

No files matched your search

+3 -2
View File
@@ -77,7 +77,8 @@ val DEFAULT_CONFIG = Config(
cloudflareR2AccessKeyId = "11111",
cloudflareR2SecretKey = "222",
cloudflareR2BucketName = "fancybot",
cloudflareR2PublicUrl = "https://114514.com"
cloudflareR2PublicUrl = "https://114514.com",
apiSpaceKey = "114514"
)
val configManager = ConfigManager()
@@ -118,5 +119,5 @@ val commands = listOf(
ReactionCommand(), MCSkinCommand(), GithubLatestCommitCommand(), RandomMusicCommand(),
ZDJDCommand(), ScanQRCodeCommand(), TTSCommand(), SlimeChunkHelperCommand(),
SupportMeCommand(), TheCatCommand(), TheHistoryOfTodayCommand(), MCVersionCommand(),
MinecraftWikiCommand(), GaoKaoDaysRemainCommand()
MinecraftWikiCommand(), GaoKaoDaysRemainCommand(), IdiomExplainCommand()
)