File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ api.getVotingMultiplier().whenComplete((multiplier, e) -> {
6767
6868## Download
6969
70- [ ![ Release] ( https://jitpack.io/v/DiscordBotList/DBL-Java-Library .svg )] ( https://jitpack.io/#DiscordBotList/DBL-Java-Library )
70+ [ ![ Release] ( https://jitpack.io/v/top-gg/java-sdk .svg )] ( https://jitpack.io/#top-gg/java-sdk )
7171
7272Replace ` VERSION ` with the latest version or commit hash. The latest version can be found under releases.
7373
@@ -84,8 +84,8 @@ Replace `VERSION` with the latest version or commit hash. The latest version can
8484``` xml
8585<dependencies >
8686 <dependency >
87- <groupId >org.discordbots </groupId >
88- <artifactId >DBL-Java-Library </artifactId >
87+ <groupId >com.github.top-gg </groupId >
88+ <artifactId >java-sdk </artifactId >
8989 <version >VERSION</version >
9090 </dependency >
9191</dependencies >
@@ -99,7 +99,7 @@ repositories {
9999```
100100``` gradle
101101dependencies {
102- compile 'org.discordbots:DBL-Java-Library :VERSION'
102+ compile 'com.github.top-gg:java-sdk :VERSION'
103103}
104104```
105105
You can’t perform that action at this time.
0 commit comments