robertwayne / dpymenus

Simplified menus for discord.py developers.
https://dpymenus.com/
MIT License
26 stars 4 forks source link

Rewrite __repr__ methods on Menus and Page. #10

Closed robertwayne closed 4 years ago

robertwayne commented 4 years ago

Several of the methods include values not applicable to that menu type, missing values, or outdated information (is. page does not show an embed). This can make debugging tougher.

Each one should be rewitten as the entire object representation, using the syntax: ClassName(value, kw=value).

robertwayne commented 4 years ago

Mostly cleaned up after 219002a3fa4118524db90bcedd94dd19d49e618b.