feat: add today dont eat/drink command

This commit is contained in:
2024-10-17 21:36:45 +08:00
parent e5b8b42d7a
commit 1b7f09732f
2 files changed
+20 -1

No files matched your search

+2 -1
View File
@@ -139,5 +139,6 @@ val commands = listOf(
SupportMeCommand(), TheCatCommand(), TheHistoryOfTodayCommand(), MCVersionCommand(),
MinecraftWikiCommand(), GaoKaoDaysRemainCommand(), IdiomExplainCommand(), NiuziManagerCommand(),
TodayEatCommand(), TodayDrinkCommand(), MCLoginCommand(), RCONCommand(),
GravatarCommand(), PastebinCommand(), ShuffleEchoCommand()
GravatarCommand(), PastebinCommand(), ShuffleEchoCommand(), TodayDontEatCommand(),
TodayDontDrinkCommand()
)