From 149c05f7115bd0e032bf35a79611715dfd286139 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 30 Oct 2020 21:33:12 +1300 Subject: [PATCH] remove command deletion on uinfo (#182) --- tools/tools.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/tools.py b/tools/tools.py index 6dcf397..18244fa 100644 --- a/tools/tools.py +++ b/tools/tools.py @@ -661,9 +661,6 @@ class Tools(commands.Cog): @commands.command() async def uinfo(self, ctx, user: discord.Member = None): """Shows user information. Defaults to author.""" - with sps(discord.Forbidden): - await ctx.message.delete() - if user is None: user = ctx.author