Rapptz / discord-ext-menus

MIT License
234 stars 87 forks source link

Show page before starting the menu #37

Open ToxicKidz opened 3 years ago

ToxicKidz commented 3 years ago

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.