From 631b691518b13f1f92f3ed01285ae40e76f7a913 Mon Sep 17 00:00:00 2001 From: Video Date: Fri, 10 Mar 2023 23:52:24 -0700 Subject: [PATCH] General corrections - Removes JDA as a dependency as we do not use that shit - Fixes fuck-up on my end where I didn't think Paul used the libraries part of spigot.yml but he actually did --- discord/pom.xml | 29 ----------------------------- pom.xml | 7 ------- 2 files changed, 36 deletions(-) diff --git a/discord/pom.xml b/discord/pom.xml index 4f015fb7..ac5f5992 100644 --- a/discord/pom.xml +++ b/discord/pom.xml @@ -37,33 +37,4 @@ provided - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.3.0 - - - package - - shade - - - true - - - com.discord4j:discord4j-core - io.projectreactor:reactor-core - - - - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index aad77ac5..f26da973 100644 --- a/pom.xml +++ b/pom.xml @@ -128,13 +128,6 @@ provided - - net.dv8tion - JDA - 4.4.0_352 - provided - - net.coreprotect coreprotect