You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discord/role.py
+4
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ class RoleTags:
60
60
While this can be accessed, a useful interface is also provided in the
61
61
:class:`Role` and :class:`Guild` classes as well.
62
62
63
+
Role tags are a fairly complex, since it's usually hard to determine which role tag combination represents which role type.
64
+
We aim to improve the documentation / attributes in future.
65
+
For the meantime read `this <https://lulalaby.notion.site/Special-Roles-Documentation-17411d3839e680abbb1eff63c51bd7a7?pvs=4>`_ if you need detailed information about how role tags work.
0 commit comments