diff options
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/user.py b/discord/user.py index ff60fb71..3cddf99c 100644 --- a/discord/user.py +++ b/discord/user.py @@ -768,6 +768,8 @@ class User(BaseUser, discord.abc.Messageable): def relationship(self): """Optional[:class:`Relationship`]: Returns the :class:`Relationship` with this user if applicable, ``None`` otherwise. + .. deprecated:: 1.7 + .. note:: This can only be used by non-bot accounts. |