Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed May 18, 2023
1 parent 9982164 commit d57d627
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.3.0_323</version>
<version>LATEST</version>

<!-- We dont need audio in this bot ~~use endless instead~~ -->
<exclusions>
Expand All @@ -77,9 +77,11 @@
</dependency>

<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>jda-utilities-command</artifactId>
<version>3.0.3</version>
<groupId>com.jagrosh</groupId>
<!-- Notice that the dependency notation ends with "-command" -->
<artifactId>jda-utilities-command</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>

<!-- JitPack.io -->
Expand Down

0 comments on commit d57d627

Please sign in to comment.