nextcord / nextcord-ext-menus

A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
https://menus.docs.nextcord.dev
MIT License
26 stars 9 forks source link

fix: should_add_reactions returning true for Button menu #33

Closed DenverCoder1 closed 2 years ago

DenverCoder1 commented 2 years ago

Problem:

should_add_reactions is returning true for MenuPages when there are no reactions. This makes it check for reactions permissions when it does not need to.

Solution: