feat: add new command
This commit is contained in:
1 file changed
+4
@@ -21,4 +21,8 @@ class TodayEatCommand : BaseCommand() {
|
|||||||
|
|
||||||
class TodayDrinkCommand : BaseCommand() {
|
class TodayDrinkCommand : BaseCommand() {
|
||||||
override val commandNames = listOf("今天喝什么")
|
override val commandNames = listOf("今天喝什么")
|
||||||
|
|
||||||
|
override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List<String>) {
|
||||||
|
message.reply("你喝牛魔呢")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user