Skip to main content

๐Ÿ”ง Moderation


โ›” Ban Userโ€‹

/banโ€‹

  • Description
    Permanently removes a user from the group. The banned user cannot rejoin unless manually unbanned.

  • Usage
    Can be used in one of the following ways:

    • By replying to a user's message:
      /ban 
    • By passing the Telegram user ID:
      /ban 1122334455 <reason?>
    • By passing the Telegram username:
      /ban @username <reason?>
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”NoWhen replying to a user's message
    user_idnumberNoTelegram user ID of the target user
    @usernamestringNoTelegram username of the target user (with @ prefix)
    reasonstringNoAdd a reason for this action.
  • Permissions
    Admins only

  • Bot Response
    โœ… - User [@USERNAME] banned

  • Notes
    Only one input method should be used at a time.
    The message that is replied to will be automatically deleted by the bot.


โ™ป๏ธ Unban Userโ€‹

/unbanโ€‹

  • Description
    Reverses a previous ban, allowing the user to rejoin the group.

  • Usage
    Can be used in one of the following ways:

    • By replying to a user's message:
      /unban
    • By passing the Telegram user ID:
      /unban 1122334455 <reason?>
    • By passing the Telegram username:
      /unban @username <reason?>
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”NoWhen replying to a user's message
    user_idnumberNoTelegram user ID of the target user
    @usernamestringNoTelegram username of the target user (with @ prefix)
    reasonstringNoAdd a reason for this action.
  • Permissions
    Admins only

  • Bot Response
    โœ… - User [@USERNAME] unbanned

  • Notes
    Only one input method should be used at a time.


๐Ÿ”‡ Mute Userโ€‹

/muteโ€‹

  • Description
    Restricts the user from sending any messages in the group for a specified period or indefinitely.

  • Usage
    Can be used in one of the following ways:

    • By replying to a user's message (with optional time):
      /mute [time]
    • By passing the Telegram user ID (mute indefinitely):
      /mute 1122334455 <reason?>
    • By passing the Telegram username (mute indefinitely):
      /mute @username <reason?>
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”NoWhen used in reply without time, user is muted indefinitely
    [time]stringNoDuration to mute the user: e.g., 10m, 2h, 3d, 1w
    user_idnumberNoTelegram user ID (required if not replying) โ€” mutes indefinitely
    @usernamestringNoTelegram username (required if not replying) โ€” mutes indefinitely
    reasonstringNoAdd a reason for this action. Only for forever mute.
  • Permissions
    Admins only

  • Bot Response
    โœ… - User [@USERNAME] muted until [DATE]
    or
    โœ… - User [@USERNAME] muted

  • Notes
    Time format accepts:

    • Xm for minutes
    • Xh for hours
    • Xd for days
    • Xw for weeks
      (e.g., 10m, 3h, 2d, 1w)
      If no time is specified, the mute is permanent.

๐Ÿ”Š Unmute Userโ€‹

/unmuteโ€‹

  • Description
    Lifts the mute restriction, allowing the user to send messages again.

  • Usage
    Can be used in one of the following ways:

    • By replying to a user's message:
      /unmute
    • By passing the Telegram user ID:
      /unmute 1122334455 <reason?>
    • By passing the Telegram username:
      /unmute @username <reason?>
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”NoWhen replying to a user's message
    user_idnumberNoTelegram user ID of the target user
    @usernamestringNoTelegram username of the target user (with @ prefix)
    reasonstringNoAdd a reason for this action.
  • Permissions
    Admins only

  • Bot Response
    โœ… - User [@USERNAME] unmuted

  • Notes
    Only one input method should be used at a time.


โš ๏ธ Warn Userโ€‹

/warnโ€‹

  • Description
    Issues a warning to a user. Repeated warnings can be used to trigger automated punishments like kicks or bans.

  • Usage
    Must be used by replying to a message:

    /warn
    /warn <reason?>
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”YesMust be used in reply to message
    reasonstringNoAdd a reason for this action.
  • Permissions
    Admins only

  • Bot Response
    โœ… - User [@USERNAME] warned - Total warns: x/y

  • Notes
    This command only works when used in reply to a user's message.
    The message that is replied to will be automatically deleted by the bot.


๐Ÿงน Remove User Warningsโ€‹

/unwarnโ€‹

  • Description
    Clears the warnings issued to a user, resetting their strike count.

  • Usage
    Can be used in one of the following ways:

    • By replying to a user's message:
      /unwarn
    • By passing the Telegram user ID:
      /unwarn 1122334455 <reason?>
    • By passing the Telegram username:
      /unwarn @username <reason?>
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”NoWhen replying to a user's message
    user_idnumberNoTelegram user ID of the target user
    @usernamestringNoTelegram username of the target user (with @ prefix)
    reasonstringNoAdd a reason for this action.
  • Permissions
    Admins only

  • Bot Response
    โœ… - User [@USERNAME] warnings reset

  • Notes
    Only one input method should be used at a time.


โœ… Whitelist Userโ€‹

/whitelistโ€‹

  • Description
    Allows a user to bypass group restrictions without giving them admin privileges.
    For example, they can send messages containing blocklisted words without being warned.

  • Usage
    Must be used by replying to a user's message:

    /whitelist
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”YesMust be used in reply to message
  • Permissions
    Admins only

  • Bot Response
    โœ… - User [@USERNAME] WHITELISTED

  • Notes
    This command only works when used in reply to a user's message.


๐Ÿšฉ Report a Messageโ€‹

/reportโ€‹

  • Description
    This command allows users to report inappropriate or problematic messages to the group admins.

  • Usage
    Must be used by replying to a message:

    /report
  • Arguments

    ArgumentTypeRequiredDescription
    (none)โ€”YesMust be used in reply to message
  • Permissions
    Everyone

  • Bot Response
    Sends a direct message to all admins who have started the bot, notifying them about the reported message.

  • Notes
    This command only works when used in reply to a user's message.