feat: add mclogin command

This commit is contained in:
2024-10-11 20:49:32 +08:00
parent 2ac7d3b20b
commit 217364ffb8
13 files changed
+331 -4

No files matched your search

+3 -2
View File
@@ -80,7 +80,8 @@ val DEFAULT_CONFIG = Config(
cloudflareR2BucketName = "fancybot",
cloudflareR2PublicUrl = "https://114514.com",
apiSpaceKey = "114514",
apiRtastKey = "114514"
apiRtastKey = "114514",
azureAppClientId = "114514"
)
val configManager = ConfigManager()
@@ -123,5 +124,5 @@ val commands = listOf(
ZDJDCommand(), ScanQRCodeCommand(), TTSCommand(), SlimeChunkHelperCommand(),
SupportMeCommand(), TheCatCommand(), TheHistoryOfTodayCommand(), MCVersionCommand(),
MinecraftWikiCommand(), GaoKaoDaysRemainCommand(), IdiomExplainCommand(), NiuziManagerCommand(),
TodayEatCommand(), TodayDrinkCommand()
TodayEatCommand(), TodayDrinkCommand(), MCLoginCommand()
)