Skip to content

Commit 9288c33

Browse files
committed
Header :D
1 parent 4ecd69e commit 9288c33

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

core/src/main/java/com/javadiscord/jdi/core/Discord.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ public Discord(String botToken, IdentifyRequest identifyRequest) {
109109
}
110110

111111
public Discord(String botToken, IdentifyRequest identifyRequest, Cache cache) {
112+
System.err.println("""
113+
_ ____ ___\s
114+
| | _ \\_ _| https://github.com/javadiscord/java-discord-api
115+
_ | | | | | | Open-Source Discord Framework\s
116+
| |_| | |_| | | GPL-3.0 license\s
117+
\\___/|____/___| Version 1.0
118+
119+
""");
120+
112121
this.botToken = botToken;
113122
this.discordRequestDispatcher = new DiscordRequestDispatcher(botToken);
114123
this.gateway = getGatewayURL(botToken);

0 commit comments

Comments
 (0)