> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.petto.sbs/llms.txt
> Use this file to discover all available pages before exploring further.

# Ping on Join

> Mention a new member, then clean it up.

## Overview

Mentions a new member in up to 10 channels, then deletes the ping automatically, a way to trigger channel "new member" notifications without leaving a permanent mention in chat history.

## Commands

<CodeGroup>
  ```javascript Syntax theme={null}
  !poj add <channel> [delete_after]
  !poj remove <channel>
  !poj list
  !poj enable <enabled>
  !poj clear
  ```

  ```javascript Example theme={null}
  !poj add #general 10s
  !poj enable true
  ```
</CodeGroup>

`delete_after` defaults to 5 seconds. `clear` removes every configured channel at once.
