Skip to content

Commit 7e9d728

Browse files
committed
Update JDA (pog)
1 parent 05b9914 commit 7e9d728

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
![](https://img.shields.io/badge/JDA%20Version-Invalid-important)
1+
![](https://img.shields.io/badge/JDA%20Version-4.3.0__310-important)
22
![](https://img.shields.io/badge/Version-Use_latest_commit-informational)
33
[![image](https://discordapp.com/api/guilds/848502702731165738/embed.png?style=shield)](https://discord.gg/frpCcQfvTz)
44

5-
## Notice
6-
7-
Please use group id `com.github.Andre601` and version `bd8be63` for the JDA library as it contains the NUMBER slash command option type, until JDA has merged it
8-
95
# BotCommands
106
This framework simplifies the creation of Discord bots with the [JDA](https://github.com/DV8FromTheWorld/JDA) library.
117

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
</repositories>
4343
<dependencies>
4444
<dependency> <!-- The Java Discord API-->
45-
<groupId>com.github.Andre601</groupId>
45+
<groupId>net.dv8tion</groupId>
4646
<artifactId>JDA</artifactId>
47-
<version>bd8be63</version>
47+
<version>4.3.0_310</version>
4848
<exclusions>
4949
<exclusion>
5050
<groupId>club.minnced</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
</repositories>
9696
<dependencies>
9797
<dependency>
98-
<groupId>com.github.Andre601</groupId>
98+
<groupId>net.dv8tion</groupId>
9999
<artifactId>JDA</artifactId>
100-
<version>bd8be63</version>
100+
<version>4.3.0_310</version> <!-- pog af -->
101101
<exclusions>
102102
<exclusion>
103103
<groupId>club.minnced</groupId>

0 commit comments

Comments
 (0)