.. currentmodule:: nextcord.ext.menus .. _ext_menus_button_menus: Using Button Menus ================== .. contents:: Menus ~~~~~ Here is a button implementation of a basic menu that has a stop button and two reply reactions. Note that the :class:`ButtonMenu` class is used instead of :class:`Menu` in order to use :class:`Button ` components instead of reactions. :class:`ButtonMenu` is a subclass of :class:`Menu` and therefore any of the attributes and methods of :class:`Menu` are available. Also note that ``view=self`` is passed with the initial message and :func:`nextcord.ui.button` is used instead of :func:`menus.button()