remove command deletion on uinfo (#182)

This commit is contained in:
James
2020-10-30 21:33:12 +13:00
committed by GitHub
parent f8ea0d67f4
commit 149c05f711

View File

@@ -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