We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365068e commit 586a6c9Copy full SHA for 586a6c9
src/main/java/me/replydev/qubo/CLI.java
@@ -54,8 +54,7 @@ private static void printLogo()
54
+ " \\___\\_\\\\__,_|_.__/ \\___/_____/ \\___\\__,_|_| |_|_| |_|\\___|_| \n"
55
+ " ");
56
System.out.println(
57
- "By @zReply on Telegram - *.*#2378 on Discord\nVersion " + Info.version + " " + Info.otherVersionInfo);
58
- System.out.println("https://qubo.best - https://discord.io/quboscanner");
+ "By @replydev on Telegram\nVersion " + Info.version + " " + Info.otherVersionInfo);
59
}
60
61
private static void standardRun(String[] a)
0 commit comments