chore: bump rob

This commit is contained in:
2024-10-17 21:26:40 +08:00
parent f22934c325
commit e5b8b42d7a
2 files changed
+3 -2

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
[versions] [versions]
kotlinVersion = "2.0.20" kotlinVersion = "2.0.20"
ronebotVersion = "1.13.1" ronebotVersion = "1.13.3"
shadowVersion = "8.3.0" shadowVersion = "8.3.0"
okhttpVersion = "5.0.0-alpha.14" okhttpVersion = "5.0.0-alpha.14"
exposedVersion = "0.53.0" exposedVersion = "0.53.0"
@@ -45,6 +45,7 @@ class TodayDrinkCommand : BaseCommand() {
"气泡水", "奶盖茶", "冰可乐", "草莓汁", "芒果汁", "蓝莓汁", "热奶茶", "蜂蜜柚子茶" "气泡水", "奶盖茶", "冰可乐", "草莓汁", "芒果汁", "蓝莓汁", "热奶茶", "蜂蜜柚子茶"
) )
override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List<String>) = override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List<String>) {
message.reply("今天喝${drinkList.random()}吧~") message.reply("今天喝${drinkList.random()}吧~")
}
} }