We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd30035 commit ca09819Copy full SHA for ca09819
1 file changed
src/main/java/io/github/kloping/qqbot/impl/BaseConnectedEvent.java
@@ -41,7 +41,7 @@ public String getClassName() {
41
42
@Override
43
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());
+ return String.format("Bot(%s) Connected! By author kloping of bot-qqpd-java for version 1.5.2-R1.", bot.getConfig().getAppid());
45
}
46
47
0 commit comments