Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacrispys committed May 9, 2022
1 parent 92ae9c9 commit af51cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.Jacrispys</groupId>
<artifactId>DiscordBot</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/jacrispys/JavaBot/JavaBotMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void main(String[] args) throws Exception {
MySQLConnection mySQLConnection = new MySQLConnection();
mySQLConnection.getConnection("inside_agent_bot");

jda.getPresence().setActivity(Activity.streaming("Version-0.1.4 Woo!", "https://www.twitch.tv/jacrispyslive"));
jda.getPresence().setActivity(Activity.streaming("Version-0.1.5 Woo!", "https://www.twitch.tv/jacrispyslive"));
jda.addEventListener(new DefaultPrivateMessageResponse());
jda.addEventListener(new ComplaintCommand());
jda.addEventListener(new RegisterGuildCommand());
Expand Down

0 comments on commit af51cf0

Please sign in to comment.