From 240448275c0d7b72fc06004557fb18c72333bc46 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 29 Sep 2021 16:53:21 -0500 Subject: [PATCH] Update for 1.17.1 --- pom.xml | 16 ++++++++++++---- src/main/resources/plugin.yml | 5 +++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d113cf2..040f0d2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,21 +31,29 @@ net.dv8tion JDA - 4.2.1_255 + 4.3.0_277 compile org.spigotmc spigot-api - 1.16.5-R0.1-SNAPSHOT + 1.17.1-R0.1-SNAPSHOT compile com.neovisionaries nv-websocket-client - 2.10 + 2.14 + compile + + + + + org.json + json + 20210307 compile @@ -59,7 +67,7 @@ org.slf4j slf4j-api - 1.7.30 + 1.7.32 provided diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1fa2883..850cee2 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,5 @@ name: JDA -version: 4.2.0_222 +version: 4.3.0_277 author: scripthead -main: me.totalfreedom.jda.JDA \ No newline at end of file +main: me.totalfreedom.jda.JDA +api-version: "1.17" \ No newline at end of file