Test

What It Does The /test command allows you to test your configured transformations without activating the full forwarding process. By sending a test message, you can preview how the bot will modify your text based on the current configuration.

Prerequisite

Configured Transformations: Make sure you’ve set up your message transformations with specific rules. Testing will help you verify these transformations before using the bot to forward actual messages.

How to Use It

Send the test command in this format: /test INCOMING TEST TEXT

test your configured transformations without activating the full forwarding process

Example: /test Hi, this is test message!

The bot will reply with the OUTPUT text according to your transformations, so you can see if the configuration is working as expected.

 bot reply with the OUTPUT text according to your transformations

Real-Life Use Cases

  1. Ensuring Accuracy: Check if a phrase or word is replaced correctly before starting actual message forwarding.

  2. Testing Regex Rules: Use /test to confirm that regular expressions (if any) are correctly matching and transforming text as intended.

  3. Previewing Modifications: Make sure the formatting or structure of your message aligns with what you want before activating full forwarding.

Last updated