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