Skip to content

Commit

Permalink
feat: document user parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharp-Eyes committed Sep 23, 2024
1 parent 57451fd commit 5ccd708
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 24 deletions.
1 change: 1 addition & 0 deletions docs/source/api_ref/impl/parser/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Submodules
message </api_ref/impl/parser/message>
guild </api_ref/impl/parser/guild>
snowflake </api_ref/impl/parser/snowflake>
user </api_ref/impl/parser/user>
30 changes: 30 additions & 0 deletions docs/source/api_ref/impl/parser/user.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.. currentmodule:: disnake.ext.components.impl

User Parser Implementation
==========================

.. automodule:: components.impl.parser.user


Classes
-------

.. attributetable:: components.impl.parser.user.GetUserParser

.. autoclass:: components.impl.parser.user.GetUserParser
:members:

.. attributetable:: components.impl.parser.user.GetMemberParser

.. autoclass:: components.impl.parser.user.GetMemberParser
:members:

.. attributetable:: components.impl.parser.user.UserParser

.. autoclass:: components.impl.parser.user.UserParser
:members:

.. attributetable:: components.impl.parser.user.MemberParser

.. autoclass:: components.impl.parser.user.MemberParser
:members:
Loading

0 comments on commit 5ccd708

Please sign in to comment.