mirror of https://github.com/stijndcl/didier
Remove debug print
parent
2e1c788300
commit
2313b6b1c2
|
@ -159,7 +159,7 @@ class ModCommands(commands.Cog):
|
||||||
user = await self.client.fetch_user(int(user))
|
user = await self.client.fetch_user(int(user))
|
||||||
|
|
||||||
if user is None:
|
if user is None:
|
||||||
await ctx.send("None")
|
return
|
||||||
|
|
||||||
embed = discord.Embed(colour=discord.Colour.blue())
|
embed = discord.Embed(colour=discord.Colour.blue())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue