๐Ÿค– ModularBot Guide
โžก๏ธGetting Started
โš™๏ธBot Settings
๐Ÿ”คAutomatic replies
๐Ÿ‘‹Start message
๐Ÿ‘คUser Management
๐ŸŽฒModules

๐Ÿ‘‹ Start message

In this menu you can set the message that will be sent to users when they start the bot.

If you donโ€™t set a custom start message, this default message will be shown:

Itโ€™s automatically translated into the language of the user who writes to the bot.

You can define message media, text and buttons by selecting the respective button on the left.

Send /start command or press โ€œ๐Ÿ‘€ Full previewโ€œ button to see the result.

Using the free version, a watermark is displayed in the bot's start message: โ€œCreated with ModularBotโ€.
This can be removed by purchasing at least the ๐Ÿ”ดBASIC plan.

The following keywords can be added in the text and they will be replaced with user data:

Placeholder

Variable

Example

User first name

%firstname%

Pavel

User last name

%lastname%

Durov

Username

%username%

@nerd

User Mention

%mention%

Pavel Durov

User complete name

%name%

Pavel Durov

User ID

%id%

36265675

For example, if you set

Hi %firstname% and welcome in the bot!
Your ID is %id%

the message will become something like

Hi Pavel and welcome in the bot!
Your ID is 36265675

but with the data of the user who is using the bot.