Skip to content

Commit

Permalink
DiSky v4.12.2-beta1 (DiSkyOrg#163)
Browse files Browse the repository at this point in the history
* ⚡ Added a better null check for emojis in react section

* ⚡ Added a null check for 'has role' condition

* ✨ Added way to reply to deferred & waited interactions

* ⚡ DiSky v4.12.0

* 🐛 Fixed event-channel (see DiSkyOrg#138)

* ⚡ Enhanced bot login error system

* ⚡ Added way to use options in entries

* ⚡ Moved scopes/structs loading after Skript verifications

* ⚡ Removed debug message from BaseScope.java

* ⚡ Added a better error try/catch system for the nickname effect

* ✨ Added JSON serialization for embeds

* 🔥 Discriminator are no longer defaulted in toString methods

* ⚡ Bumped to JDA v5-beta13
🚀 DiSky v4.12.1

* ✨ Added new media channel type

* ✨ Added supports for custom status for bots

* ⚡ Bumped to JDA 5-beta15 / DiSky v4.13.0

* 🚀 Bumped to JDA 19

* ⚡ Added debug messages for the `open private channel` effect.

* ✨ Added way to "reset" the state of a user/role's permission in a channel
  • Loading branch information
ItsTheSky authored and kiip1 committed Mar 24, 2024
1 parent 5c5def2 commit dfd6099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ group = 'info.itsthesky'

// Semantic Versioning
def major = '4'
def minor = '13'
def patch = '0'
def minor = '12'
def patch = '3'

def channel = 'beta'
def channelVersion = '1'
Expand Down

0 comments on commit dfd6099

Please sign in to comment.