mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +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))
|
||||
|
||||
if user is None:
|
||||
await ctx.send("None")
|
||||
return
|
||||
|
||||
embed = discord.Embed(colour=discord.Colour.blue())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue