mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-24 16:05:47 +02:00
Remove debug print
This commit is contained in:
parent
2e1c788300
commit
2313b6b1c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue