dont post to the channel if I run commands

This commit is contained in:
Luke Robles 2021-04-22 20:30:43 -07:00
parent 3ad6300e5a
commit 3ce906b3ae

View File

@ -496,6 +496,7 @@ async def on_command_completion(ctx):
embed.add_field(name = "Channel:", value = f"{ctx.channel} **( <#{ctx.channel.id}> )**")
embed.add_field(name = "Link to Message:", value = "**(** [%s](%s) **)**" % (ctx.channel, ctx.message.jump_url))
embed.add_field(name = "Server:", value = f"{ctx.guild} **( <#{ctx.channel.id}> )**")
await channel.send(embed=embed)
if ctx.message.author.id != '144986109804412928':
await channel.send(embed=embed)
bot.run(TOKEN)