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

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.

Real-Life Use Cases
Ensuring Accuracy: Check if a phrase or word is replaced correctly before starting actual message forwarding.
Testing Regex Rules: Use
/testto confirm that regular expressions (if any) are correctly matching and transforming text as intended.Previewing Modifications: Make sure the formatting or structure of your message aligns with what you want before activating full forwarding.
Last updated