Bot Command vs. Chat Command

You may have seen when accessing the "Bot Menu" button that there is an option called "Bot Commands".

These are commands which work in Private Message only with the bot and are not the same as chat commands which work within the public chat.

We have found some users like to create advanced use-cases within private chats with their bots such as providing commands that can act as a menu. You can use the buttons of a command when creating it in the builder to link to other commands.

You are unable to export / import actions between "Bot Commands" and "Chat Commands" the two are incompatible due to fundamental differences in the functionality between a chat and a private chat.

To create a bot command:

  1. Login to the Modr8 Platform

  2. Click "Manage" on your bot profile

  3. Click "Bot menu" below the profile image of your bot

  4. Click "Bot Commands"

  5. Click "Create Command"

From here it is similar to creating chat level commands so follow the instructions here.

FAQ & Troubleshooting

I am trying to import a command but it is not showing

Ensure you are not trying to import a command that was built for a chat. They are not compatible and will not work at the bot level. Bot level commands will only run in private message with your bot and do not offer the same options.

Also check you have not altered the text you are importing, this can adjust formatting and sometimes break the parser.

Last updated