Add operations to the docstrings of guild and user

This commit is contained in:
A-Trash-Coder
2020-05-20 23:55:15 -04:00
parent 857fd4c4ad
commit eda1e4c1f2

View File

@@ -9,6 +9,16 @@ from .connections import UserConnection
class User(DiscordModelsBase):
"""Class representing Discord User.
Operations
----------
x == y
Checks if two user's are the same.
x != y
Checks if two user's are not the same.
str(x)
Returns the user's name with discriminator.
Attributes
----------
id : int