inherit_buttons on parent is ignored when subclassing multiple times #17
Labels
p: low
Priority: low - not important to be worked on
s: help appreciated
Status: the issue needs some help to be resolved
t: bug
Type: bug - something isn't working
This is an issue that existed in discord-ext-menus as well.
The issue applies to reaction menus (MenuPages) as well as button menus (ButtonMenuPages)
Example:
The expected behavior would be that since
ButtonNonInheriting
does not inherit the pagination buttons,ButtonInheritNonInheriting
should also not and it should show just the 4 buttons appearing in the two classes.Instead, all buttons from the parent class of
ButtonNonInheriting
, reappear when using theButtonInheritNonInheriting
class.The text was updated successfully, but these errors were encountered: