Skip to main content

πŸ›  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

    ArgumentTypeRequiredDescription
    <keyword>stringYesThe trigger word or phrase
    <reply>stringYesThe 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. ⚠️

πŸ—‘ 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

    ArgumentTypeRequiredDescription
    <keyword>stringYesThe 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

    ArgumentTypeRequiredDescription
    (none)β€”NoThis 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

    ArgumentTypeRequiredDescription
    <keyword>stringYesThe keyword of the saved filter to be scheduled
    <timing>stringNo*Interval between automatic messages (e.g., 5m for 5 minutes, 2h for 2 hours)
    <option>stringNo*Use off, no, false, or stop to disable; on, yes, true, or enable 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

    ArgumentTypeRequiredDescription
    (none)β€”NoThis 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

    ArgumentTypeRequiredDescription
    (none)β€”NoThis 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

    ArgumentTypeRequiredDescription
    <message>stringYesThe 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.