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.3 </version >
9+ <version >0.1.4 </version >
1010 <build >
1111 <plugins >
1212 <plugin >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static void main(String[] args) throws Exception {
3030 MySQLConnection mySQLConnection = new MySQLConnection ();
3131 mySQLConnection .getConnection ("inside_agent_bot" );
3232
33- jda .getPresence ().setActivity (Activity .streaming ("Version-0.1.3 Woo!" , "https://www.twitch.tv/jacrispyslive" ));
33+ jda .getPresence ().setActivity (Activity .streaming ("Version-0.1.4 Woo!" , "https://www.twitch.tv/jacrispyslive" ));
3434 jda .addEventListener (new DefaultPrivateMessageResponse ());
3535 jda .addEventListener (new ComplaintCommand ());
3636 jda .addEventListener (new RegisterGuildCommand ());
You can’t perform that action at this time.
0 commit comments