From 3c012279247cd50def18cdb54c932d8807a49569 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 7 Jan 2025 22:37:54 +0100 Subject: [PATCH] docs: add article link for role tags Signed-off-by: Lala Sabathil --- discord/role.py | 4 ++++ 1 file changed, 4 insertions(+) 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