You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discord events now run on the main game thread instead of javacord's listener thread. This should fix all issues of not being able to access things inside the game in these events.
All parsables are now parsed using a new parser api. Some behaviours might be different than before
Renamed select menu option' 'default' field to 'default_option'
Added dc_delete(value) function for deleting discord values
Removed dc_delete_message, dc_delete_webhook and dc_delete_slash_command in favor of new dc_delete
Added Slash command builder parsable
dc_create_slash_command(command,server) now expects a slash command builder and a server (or null for global) as its arguments