idk, first attempt at adding docs ig. Probably gonna break so yea...
This commit is contained in:
@ -8,7 +8,7 @@ enhanced-dpy was made to add some extra features that make it just a bit easier.
|
||||
|
||||
Custom Features
|
||||
---------------
|
||||
Here are the custom features listed that have been added to enhanced-dpy. You can refer o the changelog to see in what version they were added!
|
||||
Here are the custom features listed that have been added to enhanced-dpy. You can refer to the changelog to see in what version they were added!
|
||||
|
||||
- **Documentation URL:** https://enhanced-dpy.readthedocs.io/en/latest/index.html
|
||||
- Added ``Guild.bots`` / ``Guild.humans``
|
||||
|
31
docs/ext/menus/index.rst
Normal file
31
docs/ext/menus/index.rst
Normal file
@ -0,0 +1,31 @@
|
||||
.. _discord_ext_menus:
|
||||
|
||||
``discord.ext.menus``
|
||||
====================================================
|
||||
|
||||
Something something OOOOOOHH built in paginator!
|
||||
|
||||
Recipes
|
||||
---------
|
||||
|
||||
Idk, some examples someday
|
||||
|
||||
|
||||
.. _ext_menus_api:
|
||||
|
||||
API Reference
|
||||
---------------
|
||||
|
||||
.. autoclass:: discord.ext.menus.Menu()
|
||||
:members:
|
||||
|
||||
.. autoclass:: discord.ext.menus.PageSource()
|
||||
:members:
|
||||
|
||||
.. autoclass:: discord.ext.menus.MenuPages()
|
||||
:members:
|
||||
|
||||
.. autoclass:: discord.ext.menus.ListPageSource()
|
||||
:members:
|
||||
|
||||
.. autofunction:: discord.ext.tasks.menus
|
Reference in New Issue
Block a user