0

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)       
1
  • 1
    Maybe the MEE6 bot has a check on commands to make sure bots cannot use them. Commented Dec 14, 2020 at 18:15

1 Answer 1

2

This won't work. Mee6, along with every well-written bot out there will respond to other bots. The only way to do this would be to use a self-bot, which are against discord's ToS

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.