From 351a5ffe2ef259ae98937a251c4c89ca8d46104f Mon Sep 17 00:00:00 2001 From: Shom770 <82843611+Shom770@users.noreply.github.com> Date: Sun, 9 Jan 2022 15:46:20 -0500 Subject: unnecessary fetching of user --- bot/exts/recruitment/talentpool/_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/recruitment/talentpool/_cog.py b/bot/exts/recruitment/talentpool/_cog.py index bbb3196a1..28df8df11 100644 --- a/bot/exts/recruitment/talentpool/_cog.py +++ b/bot/exts/recruitment/talentpool/_cog.py @@ -440,7 +440,7 @@ class TalentPool(Cog, name="Talentpool"): await self.refresh_cache() # Update cache await ctx.send( f":white_check_mark: Successfully updated nomination reason" - f" for {(await self.bot.fetch_user(nomination['user'])).mention}" + f" for <@{nomination['user']}>" ) @nomination_edit_group.command(name='end_reason') -- cgit v1.2.3