dont post to the channel if I run commands
This commit is contained in:
parent
3ce906b3ae
commit
1a1a0b1ccc
@ -496,7 +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}> )**")
|
||||
if ctx.message.author.id != '144986109804412928':
|
||||
if ctx.message.author.id != 144986109804412928:
|
||||
await channel.send(embed=embed)
|
||||
|
||||
bot.run(TOKEN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user