Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Releases: MaxDistructo/mdCore-JDA

Patch to Compatability Layer

05 Sep 17:10

Choose a tag to compare

Removed All Old Command API code and create a compatibility layer to the new API allowing for no code changes to current BaseCommand commands.

JDA-Utils Command System

02 Sep 21:30

Choose a tag to compare

Added support for JDA-Utils on top of my own command system.

Dependency Update

01 Sep 23:12

Choose a tag to compare

Updated Dependencies and fixed a few smaller bugs. Coming Soon: Master Base Listener for easy use.

Webhook Patch

17 Aug 01:11

Choose a tag to compare

Fix webhooks being unable to use Discord Avatars due to request requirements by Discord.

Function Addition

16 Aug 19:29

Choose a tag to compare

Added new function methods to Messages to allow for non-thread blocking message sending.
Note: The non-thread blocking methods do not return the message due to how it works.

Webhook Revamp

08 Aug 20:49

Choose a tag to compare

Swapped over all Webhook methods to built in JDA functions. Should stop potential ratelimiting due to webhook use.

Quick Patch Again

07 Aug 15:30

Choose a tag to compare

1.2.0.1

Quick Patch cause forgot to remove CreateCommands reference

Add More to Listener and Subcommand Support

07 Aug 15:26

Choose a tag to compare

1.2.0

Listener and SubCommand patches

Idiot Fix

28 Jul 23:40

Choose a tag to compare

Fix read server admin config. Forgot a /

Minor Patches

28 Jul 22:50

Choose a tag to compare

Convenience patches that were necessary due to errors I found in coding with it. See the commit right before this for more details.