Chew / JDA-Chewtils

Chew's fork of JDA-Applications/JDA-Utilities, with support for modern features such as Slash Commands, Context Menus, and more.
https://chew.pro/JDA-Chewtils
Apache License 2.0
73 stars 23 forks source link

Update to JDA 5 & bump to JDA-Chewtils 2.0 #35

Closed rtm516 closed 2 years ago

rtm516 commented 2 years ago

Pull Request

Pull Request Checklist

Please follow the following steps before opening this PR.
PRs that do not complete the checklist will be subject to denial for missing information.

Pull Request Information

Check and fill in the blanks for all that apply:

Description

Update to JDA v5

Chew commented 2 years ago

For those wanting to test, this PR has been released as 2.0-SNAPSHOT

I wanna put out a 1.24.0 before this is merged, so this is on hold for a bit (unless you or someone wants to fix the deprecated stuff in CommandEvent to use JDA 4 methods in a separate PR for v1)

        <repository>
            <id>chew-m2-snapshots</id>
            <url>https://m2.chew.pro/snapshots/</url>
        </repository>
        <dependency>
            <groupId>pw.chew</groupId>
            <artifactId>jda-chewtils</artifactId>
            <version>2.0-SNAPSHOT</version>
            <scope>compile</scope>
            <type>pom</type>
        </dependency>