diff --git a/packages.md b/packages.md index 7f12956..45370d1 100644 --- a/packages.md +++ b/packages.md @@ -74,25 +74,16 @@ 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 - - jitpack - jitpack - https://jitpack.io/ - -``` - ```xml net.dv8tion @@ -100,9 +91,9 @@ dependencies { $JDA_VERSION - com.github.minndevelopment + club.minnced jda-ktx - $COMMIT + $VERSION ``` @@ -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. \ No newline at end of file +Miscellaneous utility extensions.