discord-ext-menus
discord-ext-menus copied to clipboard
Show page before starting the menu
This PR makes it so that MenuPages
shows the first page on MenuPages.start
if a message is supplied.
Relevant Issues
Fixes #16.
Solution
In MenuPages.start
, if MenuPages.message
is not None
, it will call MenuPages.show_page(0)
in order to show the first page when the menu first starts.