Kord-Extensions / kord-extensions

Kord extensions framework, providing commands and distinct units of functionality
https://kordex.dev
European Union Public License 1.2
110 stars 27 forks source link

Make methods in ApplicationCommandRegistry open #77

Closed kimcore closed 3 years ago

kimcore commented 3 years ago

Summary

Make methods in ApplicationCommandRegistry open.

Current Behaviour

Methods like handle, ChatInputCreateBuilder.register are public, but not open.

Preferred Behaviour

They should be open for user customization of registry behavior.

gdude2002 commented 3 years ago

Done!