A MEE6 alternative

MEE6 is the bot most servers start with, and most people looking to move want the same jobs done without configuring each one through a dashboard.

What's different

Bond has no feature panels to set up. You describe what you want — the welcome message, the level roles, the custom command — and it builds it, then asks you to approve the changes before they happen.

@Bond Welcome new members in #general, give them the Member role, and make a /rank command that shows their level

When to stay on MEE6

Stick with MEE6 if you want a polished web dashboard for one specific feature and you have already got it configured the way you like it. It is good at levelling, welcome messages and custom commands and there is no prize for switching tools you are happy with.

Running both

You do not have to choose. Bond does not take over anything another bot is doing — add it alongside MEE6, use it for the things that are awkward today, and move the rest over only if you want to.

Some of what it uses here

  • create_flow

    Create an automation flow using the V3 DSL (Domain Specific Language).

  • update_flow

    Update an existing automation flow.

  • list_flows

    List all automation flows configured for this Discord server.

  • get_flow

    Get detailed information about a specific automation flow including its DSL source code, trigger, and recent execution history.

  • delete_flow

    Delete an automation flow from this Discord server.

  • create_custom_command

    Create a custom slash command for this server - the supported way to give a server its own command like /rank, /ticket or /daily.

  • list_custom_commands

    List every custom slash command this server has, with its kind, enabled state, Discord registration status and usage counts.

  • get_custom_command

    Get the full definition of one custom slash command: its body, options, access restrictions and sync state.

  • update_custom_command

    Update an existing custom slash command's description, body, options, access restrictions, ephemeral setting or enabled state.

  • delete_custom_command

    Delete a custom slash command from this server and unregister it from Discord.

  • get_document

    Retrieve a document from the guild's data store.

  • set_document

    Create or replace a document in the guild's data store.

  • merge_document

    Merge fields into an existing document (shallow merge).

  • delete_document

    Delete a document from the guild's data store.

  • list_documents

    List documents in a collection.

Part of 167 tools covering channels, roles, moderation, automation, events and voice.

Other comparisons

Automations & flows toolsCustom slash commands toolsData & storage tools