Skip to content

Commit ca09819

Browse files
committed
publish
1 parent cd30035 commit ca09819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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,7 +41,7 @@ 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.2-R1", bot.getConfig().getAppid());
44+
return String.format("Bot(%s) Connected! By author kloping of bot-qqpd-java for version 1.5.2-R1.", bot.getConfig().getAppid());
4545
}
4646

4747
@Override

0 commit comments

Comments
 (0)