so i want to make a discord bot who has a few moderation capabilities and I want my bot to execute MEE6's !warn command but it never works. It`s always just writes the command but I can never get to execute it.
My script:
if ("something") in content:
await message.channel.send(f"{message.author.mention}**you cant do that!**")
x = 1
await message.channel.send(f"!warn {message.author.mention} you cant do that").format(message)