Kaktushose / jda-commands

A declarative, annotation driven command library for JDA
https://github.com/Kaktushose/jda-commands/wiki
Apache License 2.0
67 stars 11 forks source link

[FEATURE] Implement static interactions #133

Closed Kaktushose closed 6 months ago

Kaktushose commented 9 months ago

Add a boolean flag(static = true) to all interactions type. This will disable the request scoped instances and provide one static instance. This will allow buttons and select menus to be usable even after a bot restart. Depends on #119