feat: add mc bot command

This commit is contained in:
2024-10-18 00:56:37 +08:00
parent b3c3e230bf
commit 28cf80c271
6 files changed
+148 -4

No files matched your search

+1 -1
View File
@@ -140,5 +140,5 @@ val commands = listOf(
MinecraftWikiCommand(), GaoKaoDaysRemainCommand(), IdiomExplainCommand(), NiuziManagerCommand(),
TodayEatCommand(), TodayDrinkCommand(), MCLoginCommand(), RCONCommand(),
GravatarCommand(), PastebinCommand(), ShuffleEchoCommand(), TodayDontEatCommand(),
TodayDontDrinkCommand()
TodayDontDrinkCommand(), MCBotCommand()
)