chore: reduce reaction count
This commit is contained in:
1 file changed
+1
-1
@@ -45,7 +45,7 @@ class FancyBot : OneBotListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (message.rawMessage.contains("原神")) {
|
if (message.rawMessage.contains("原神")) {
|
||||||
(0..30).forEach { _ ->
|
(0..10).forEach { _ ->
|
||||||
message.reaction(QQFace.entries.random())
|
message.reaction(QQFace.entries.random())
|
||||||
}
|
}
|
||||||
message.reply("你原神牛魔呢")
|
message.reply("你原神牛魔呢")
|
||||||
|
|||||||
Reference in New Issue
Block a user