Skip to content

Commit 912350e

Browse files
committed
update PokeReply bugs
1 parent 07cb4f4 commit 912350e

2 files changed

Lines changed: 23 additions & 25 deletions

File tree

.idea/workspace.xml

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/phantoms/phantomsbackend/service/impl/OneBotServiceImpl.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,8 @@ private void handlePokeReply(Long userId, Long targetId, Long groupId) {
179179
// 如果被戳的是机器人自己
180180
if (targetId != null && isBotUserId(targetId)) {
181181
String[] replies = {
182-
"别戳我嘛~",
183-
"戳我干嘛呀~",
184-
"再戳我要生气了!",
185-
"戳回去~"
182+
"> <",
183+
"袜"
186184
};
187185
String reply = replies[(int) (Math.random() * replies.length)];
188186

0 commit comments

Comments
 (0)