From 88ec285c4f0a64214ed6423fd70566b3d8f8bcc1 Mon Sep 17 00:00:00 2001 From: dolfies Date: Sun, 14 Jan 2024 22:31:22 -0500 Subject: [PATCH] Remove unnecessary warning on fetch_user() --- discord/client.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/discord/client.py b/discord/client.py index 18d0e4471..7204716c5 100644 --- a/discord/client.py +++ b/discord/client.py @@ -2252,11 +2252,6 @@ class Client: This method is an API call. If you have member cache enabled, consider :meth:`get_user` instead. - .. warning:: - - This API route is not well-used by the Discord client and may increase your chances at getting detected. - Consider :meth:`fetch_user_profile` if you share a guild/relationship with the user. - .. versionchanged:: 2.0 ``user_id`` parameter is now positional-only.