π Tools
πΎ Save a Reply/Filterβ
/addfilter
or /filter
β
-
Description
Saves a reply that will be shared by the bot if itβs called like a command or if a message from the user contains that keyword. -
Usage
/addfilter <keyword> <reply>
or
/filter <keyword> <reply>
-
Arguments
Argument Type Required Description <keyword>
string Yes The trigger word or phrase <reply>
string Yes The message the bot will respond with -
Example
/addfilter website The website of the developers is www.flamatech.io
-
Permissions
Admins only. -
Bot Response
β - Filter [<keyword>] added
-
Notes
- The bot will automatically respond with the saved reply when someone types the keyword (automated triggering), or when someone uses
/keyword
as a command. - The confirmation message will be deleted after a few seconds.
- β οΈ If the filter is already in use, it will be overwritten. β οΈ
- The bot will automatically respond with the saved reply when someone types the keyword (automated triggering), or when someone uses
π Remove a Saved Reply/Filterβ
/stop
, /delfilter
, /remove
, or /deletefilter
β
-
Description
Deletes a previously saved reply/filter based on the provided keyword. -
Usage
/stop <keyword>
or
/delfilter <keyword>
or
/remove <keyword>
or
/deletefilter <keyword>
-
Arguments
Argument Type Required Description <keyword>
string Yes The keyword associated with the filter -
Example
/delfilter website
-
Permissions
Admins only. -
Bot Response
β - Filter [<keyword>] removed
-
Notes
- The keyword must exist in the database for the deletion to be successful.
- All three commands are interchangeable and perform the same action.
π List Saved Replies/Filtersβ
/getfilter
, /getfilters
, /filters
, or /filterlist
β
-
Description
Retrieves and displays a list of all currently saved reply filters. -
Usage
/getfilter
or
/getfilters
or
/filters
or
/filterlist
-
Arguments
Argument Type Required Description (none) β No This command takes no arguments -
Example
/filters
-
Permissions
Admins only. -
Bot Response
Active Filters:
β <keyword_1>
β <keyword_2> -
Notes
- All listed commands are aliases for the same function.
- If no filters are currently set, the bot will notify that the list is empty.
β° Schedule a Saved Reply/Filterβ
/schedule
β
-
Description
Sets up an automatic schedule for a previously saved filter. The bot will send the filter reply to the group at regular intervals. -
Usage
/schedule <keyword> <timing | option>
-
Arguments
Argument Type Required Description <keyword>
string Yes The keyword of the saved filter to be scheduled <timing>
string No* Interval between automatic messages (e.g., 5m
for 5 minutes,2h
for 2 hours)<option>
string No* Use off
,no
,false
, orstop
to disable;on
,yes
,true
, orenable
to reactivate* Either a timing or an option must be provided.
-
Examples
/schedule website 5m
/schedule website off
/schedule website on -
Permissions
Admins only. -
Bot Response
Confirms whether the schedule has been enabled, updated, or disabled for the given keyword. -
Notes
- The target keyword must already exist as a saved filter.
- Only one active schedule per keyword is allowed.
- This is ideal for regularly posting rules, links, or announcements.
π Get Setup Summaryβ
/status
, /stats
, /setup
β
-
Description
Displays a complete summary of the botβs current configuration, spam filters, and system status for the group. -
Usage
/status
/stats
/setup
-
Arguments
Argument Type Required Description (none) β No This command takes no arguments -
Example
/status
-
Permissions
Admins only. -
Bot Response
Server Status:
β Max Warns: 5
β Words BL: 2
β Names BL: 0
β Allowed Adds: 1
β Allowed Domains: 2
Spam Settings:
β π’ - Links
β π΄ - Web3
β π’ - Buttons
β π’ - Stories
β π΄ - From Channels
β π΄ - Forwarded
β π’ - ViaBot
β π’ - Mentions
β π’ - Cyrillic
β π’ - Arabic
β π’ - Kanji
β π’ - Impersonators
β π΄ - CustomEmojis
β Threshold: 5
Other Settings:
β π’ - Ai Moderation
β π’ - Karma Points
Spam Blocked:
β Today: 20 messages
β Last 7 days: 123 messages -
Notes
- This command gives a quick diagnostic of all active protection layers.
- Only admins can use it.
π€ Check if Bot is Responsiveβ
/whoami
β
-
Description
Verifies that the bot is online and functioning correctly. -
Usage
/whoami
-
Arguments
Argument Type Required Description (none) β No This command takes no arguments -
Example
/whoami
-
Permissions
Admins only. -
Bot Response
Returns the bot's username:I'm @flamaSentry_bot
Or, if using a whitelabeled instance:
I'm @<whitelabel_bot_name>
-
Notes
- Use this to quickly check if the bot is online and responsive.
π£ Send a Message as the Botβ
/echo
β
-
Description
Sends a plain text message to the group using the bot's identity. -
Usage
/echo <message>
-
Arguments
Argument Type Required Description <message>
string Yes The text message to send as the bot -
Example
/echo Hello everyone, welcome to the group!
-
Permissions
Admins only. -
Bot Response
Sends the specified message into the chat. -
Notes
- The message must be plain text only.
- Custom emojis, images, and stickers are not supported.
- This command is useful for broadcasting or relaying instructions as the bot.