Skip to content

Releases: ice-games/Java-Discord-Framework

v1.2

07 Jul 14:42

Choose a tag to compare

Full Changelog: 1.1.4...1.2

New Features

Added a Button framework, to resolve #8

You can use it like this

ButtonManager.listen(Button.secondary("epic-button", "Don't you agree?"), event -> {
       event.reply("You clicked the epic button!").queue();
});

v1.1.4

07 Jul 10:19

Choose a tag to compare

Full Changelog: 1.1.2...1.1.4

v1.1.2

06 Jul 20:51

Choose a tag to compare

Full Changelog: 1.1.1...1.1.2

Fixed a bug with modals

v1.1.1

06 Jul 20:27

Choose a tag to compare

Fixed a bug with commands being registered

Full Changelog: 1.1...1.1.1

v1.1

06 Jul 20:24
3c8e302

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...1.0.1

v1.0

05 Jul 11:50
fb900b4

Choose a tag to compare