From d07eb0f7b29b64249074314c53b5cdcdbdc687c9 Mon Sep 17 00:00:00 2001 From: Julien Mauroy Date: Tue, 23 Aug 2022 00:59:29 +0200 Subject: [PATCH] fix: use correct typehint in Config.user's docstring (#5791) Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com> --- redbot/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/config.py b/redbot/core/config.py index a83962714..af3e41a3c 100644 --- a/redbot/core/config.py +++ b/redbot/core/config.py @@ -1092,7 +1092,7 @@ class Config(metaclass=ConfigMeta): Parameters ---------- - user : discord.User + user : discord.abc.User A user object. Returns