Menu class and all
 standard implementations of it:
 
     ButtonMenu
     OrderedMenu
     Paginator
     SelectionDialog
     Slideshow
     Menu.Builder
 as a static inner class of the corresponding Menu implementation, which are the main entryway to create said
 implementations for usage.See: Description
| Class | Description | 
|---|---|
| ButtonMenu | A  Menuimplementation that creates
 a organized display of emotes/emojis as buttons paired with options, and below
 the menu reactions corresponding to each button. | 
| ButtonMenu.Builder | The  Menu.Builderfor
 aButtonMenu. | 
| Menu | A frame for wrapping an  EventWaiterinto a "action, reaction" menu that waits on forms of user input such as reactions,
 or key-phrases. | 
| Menu.Builder<T extends Menu.Builder<T,V>,V extends Menu> | An extendable frame for a chain-method builder that constructs a specified type of
  Menu. | 
| OrderedMenu | A  Menuof ordered buttons signified
 by numbers or letters, each with a reaction linked to it for users to click. | 
| OrderedMenu.Builder | The  Menu.Builderfor
 anOrderedMenu. | 
| Paginator | A  Menuimplementation that paginates a
 set of one or more text items across one or more pages. | 
| Paginator.Builder | The  Menu.Builderfor
 aPaginator. | 
| SelectionDialog | A  Menuimplementation that creates
 a listed display of text choices horizontally that users can scroll through
 using reactions and make selections. | 
| SelectionDialog.Builder | The  Menu.Builderfor
 aSelectuibDialog. | 
| Slideshow | |
| Slideshow.Builder | The  Menu.Builderfor
 aSlideshow. | 
Menu class and all
 standard implementations of it:
 ButtonMenu
     OrderedMenu
     Paginator
     SelectionDialog
     Slideshow
     Menu.Builder
 as a static inner class of the corresponding Menu implementation, which are the main entryway to create said
 implementations for usage.
 Please note that this entire package makes HEAVY usage of the
 EventWaiter.