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
One might expect this to create the command structures /foo bar and /foo baz bar, but in actuality is it not registering the second command at all.
It would be great if nested classes could be supported, as this would allow a greater level of organization for the dev to use, as it would create a clearer structure in the end for longer command chains.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From my own testing have I figured out that nested classes don't seem to be supported for creating a command using annotations.
As an example, assume the following class and annotation setup:
One might expect this to create the command structures
/foo bar
and/foo baz bar
, but in actuality is it not registering the second command at all.It would be great if nested classes could be supported, as this would allow a greater level of organization for the dev to use, as it would create a clearer structure in the end for longer command chains.
Beta Was this translation helpful? Give feedback.
All reactions