File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/dev/jacrispys/JavaBot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.Jacrispys</groupId >
88 <artifactId >DiscordBot</artifactId >
9- <version >0.1.5 </version >
9+ <version >0.1.6 </version >
1010 <build >
1111 <plugins >
1212 <plugin >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public static void main(String[] args) throws Exception {
4848 mySQLConnection .getConnection ("inside_agent_bot" );
4949 logger .info ("{} - DB-Connection Successful!" , className );
5050
51- jda .getPresence ().setActivity (Activity .streaming ("Version-0.1.5 Woo!" , "https://www.twitch.tv/jacrispyslive" ));
51+ jda .getPresence ().setActivity (Activity .streaming ("Version-0.1.6 Woo!" , "https://www.twitch.tv/jacrispyslive" ));
5252 logger .info ("{} - Starting event listeners..." , className );
5353 jda .addEventListener (new DefaultPrivateMessageResponse ());
5454 jda .addEventListener (new ComplaintCommand ());
You can’t perform that action at this time.
0 commit comments