Skip to content

Commit

Permalink
Update packages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Jan 1, 2024
1 parent a361be7 commit efc58c0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,35 +74,26 @@ jda.onButton("hello") { // Button that says hello
```gradle
repositories {
mavenCentral()
maven("https://jitpack.io/")
}
dependencies {
implementation("net.dv8tion:JDA:${JDA_VERSION}")
implementation("com.github.minndevelopment:jda-ktx:${COMMIT}")
implementation("club.minnced:jda-ktx:${VERSION}")
}
```

### Maven

```xml
<repository>
<id>jitpack</id>
<name>jitpack</name>
<url>https://jitpack.io/</url>
</repository>
```

```xml
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>$JDA_VERSION</version>
</dependency>
<dependency>
<groupId>com.github.minndevelopment</groupId>
<groupId>club.minnced</groupId>
<artifactId>jda-ktx</artifactId>
<version>$COMMIT</version>
<version>$VERSION</version>
</dependency>
```

Expand Down Expand Up @@ -179,4 +170,4 @@ Some extensions to handle message sending and editing with named parameters and

# Package dev.minn.jda.ktx.util

Miscellaneous utility extensions.
Miscellaneous utility extensions.

0 comments on commit efc58c0

Please sign in to comment.