Skip to content

Commit a4b16b0

Browse files
committed
1.5.0-RC:完善日志文件
1 parent 60b22a1 commit a4b16b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to the Maven Central Repository
22
on:
33
push:
4-
branches: [ "group-r0" ]
4+
branches: [ "group-r0","master" ]
55
paths:
66
- '**/src/main/java/io/github/kloping/qqbot/impl/BaseConnectedEvent.java'
77

src/main/java/io/github/kloping/qqbot/impl/BaseConnectedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ public String getClassName() {
4141

4242
@Override
4343
public String toString() {
44-
return String.format("Bot(%s) Connected! By author kloping of bot-qqpd-java for version 1.5.0-RC", bot.getConfig().getAppid());
44+
return String.format("Bot(%s) Connected! By author kloping of bot-qqpd-java for version 1.5.0-RC.", bot.getConfig().getAppid());
4545
}
4646
}

0 commit comments

Comments
 (0)