idk, first attempt at adding docs ig. Probably gonna break so yea...

This commit is contained in:
iDutchy
2020-12-01 02:25:51 -06:00
parent 6e024871ec
commit 9f54345f5c
4 changed files with 38 additions and 18 deletions

View File

@ -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
View 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