Releases: MaxDistructo/mdCore-JDA
Patch to Compatability Layer
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
Added support for JDA-Utils on top of my own command system.
Dependency Update
Updated Dependencies and fixed a few smaller bugs. Coming Soon: Master Base Listener for easy use.
Webhook Patch
Fix webhooks being unable to use Discord Avatars due to request requirements by Discord.
Function Addition
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
Swapped over all Webhook methods to built in JDA functions. Should stop potential ratelimiting due to webhook use.
Quick Patch Again
1.2.0.1 Quick Patch cause forgot to remove CreateCommands reference
Add More to Listener and Subcommand Support
1.2.0 Listener and SubCommand patches
Idiot Fix
Fix read server admin config. Forgot a /
Minor Patches
Convenience patches that were necessary due to errors I found in coding with it. See the commit right before this for more details.