Remove debug print

This commit is contained in:
Stijn De Clercq 2020-10-23 19:51:07 +02:00
parent 2e1c788300
commit 2313b6b1c2

View file

@ -159,7 +159,7 @@ class ModCommands(commands.Cog):
user = await self.client.fetch_user(int(user))
if user is None:
await ctx.send("None")
return
embed = discord.Embed(colour=discord.Colour.blue())