[V3 Utils] Menu system (#1566)

* [V3 Utils] start on a menu system

* Fix conflicting names

* [V3 Menus] change order of default controls

* [V3 Menus] add a message check to the react check

* Add a note about original source and who ported

* Compare message ids, not the objects themselves
This commit is contained in:
palmtree5
2018-05-03 19:54:30 -08:00
committed by Kowlin
parent e4ea3110e3
commit fb093b7411
2 changed files with 147 additions and 0 deletions

View File

@@ -16,6 +16,12 @@ Embed Helpers
.. automodule:: redbot.core.utils.embed
:members:
Menu Helpers
============
.. automodule:: redbot.core.utils.menus
:members:
Mod Helpers
===========