-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Description
Currently some types are not documented or removed from docstring to prevent problems with type mismatching in PyCharm or maybe other IDEs.
This happens since those are typed using aliases.
Possible solution is directly using Union[int, str, Snowflake, ...], however this may cause document hard to read and it is too long,
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed