From dfd609908847b8e06fbfe9544c1b01d8c8ac8d77 Mon Sep 17 00:00:00 2001 From: Sky <50667548+ItsTheSky@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:02:31 +0100 Subject: [PATCH] DiSky v4.12.2-beta1 (#163) * :zap: Added a better null check for emojis in react section * :zap: Added a null check for 'has role' condition * :sparkles: Added way to reply to deferred & waited interactions * :zap: DiSky v4.12.0 * :bug: Fixed event-channel (see https://github.com/DiSkyOrg/DiSky/issues/138) * :zap: Enhanced bot login error system * :zap: Added way to use options in entries * :zap: Moved scopes/structs loading after Skript verifications * :zap: Removed debug message from BaseScope.java * :zap: Added a better error try/catch system for the nickname effect * :sparkles: Added JSON serialization for embeds * :fire: Discriminator are no longer defaulted in toString methods * :zap: Bumped to JDA v5-beta13 :rocket: DiSky v4.12.1 * :sparkles: Added new media channel type * :sparkles: Added supports for custom status for bots * :zap: Bumped to JDA 5-beta15 / DiSky v4.13.0 * :rocket: Bumped to JDA 19 * :zap: Added debug messages for the `open private channel` effect. * :sparkles: Added way to "reset" the state of a user/role's permission in a channel --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8c59fa1a..0375ab1a 100644 --- a/build.gradle +++ b/build.gradle @@ -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'