Remove debug print

pull/5/head
Stijn De Clercq 2020-10-23 19:51:07 +02:00
parent 2e1c788300
commit 2313b6b1c2
1 changed files with 1 additions and 1 deletions

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())