diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/misc/TodayEatCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/misc/TodayEatCommand.kt index 9863563..f93dc08 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/misc/TodayEatCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/misc/TodayEatCommand.kt @@ -21,4 +21,8 @@ class TodayEatCommand : BaseCommand() { class TodayDrinkCommand : BaseCommand() { override val commandNames = listOf("今天喝什么") + + override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List) { + message.reply("你喝牛魔呢") + } } \ No newline at end of file