feat: add random http cat

This commit is contained in:
2024-10-23 13:45:44 +08:00
parent f48b2ea8b3
commit 2ce9d3dc8f
3 files changed
+106 -1

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(), MCBotCommand()
TodayDontDrinkCommand(), MCBotCommand(), HTTPCatCommand()
)