diff --git a/discord/role.py b/discord/role.py index 65d0de0ccd..23605e6202 100644 --- a/discord/role.py +++ b/discord/role.py @@ -60,6 +60,10 @@ class RoleTags: While this can be accessed, a useful interface is also provided in the :class:`Role` and :class:`Guild` classes as well. + Role tags are a fairly complex, since it's usually hard to determine which role tag combination represents which role type. + We aim to improve the documentation / attributes in future. + For the meantime read `this `_ if you need detailed information about how role tags work. + .. versionadded:: 1.6 Attributes