Ping On Join (POJ)
The Ping On Join (POJ) system in OneeChan allows server administrators to automatically ping new members when they complete onboarding. This feature ensures that new users receive guidance, welcomes,
Features
Automated New Member Pings – Sends a ping to newly onboarded users in a specified channel.
Role-Based Pings – Only pings users who have specific roles assigned.
Customizable Triggers – Administrators can define multiple POJ triggers for different channels and roles.
Ephemeral Ping Handling – Ping messages are automatically deleted to prevent clutter.
Slash Commands
/poj add
– Add a Ping On Join Trigger
/poj add
– Add a Ping On Join TriggerRequired Permission:
Administrator
(or the specific permission assigned to the command) Description: Adds a POJ trigger for a specific channel, optionally targeting users with specified roles.
channel
channel
✅ Yes
The channel where the ping should be sent.
roleIds
string
❌ No
Comma-separated list of role IDs that should trigger the ping.
Example Usage:
Ping All New Members in #welcome
/poj add channel:#welcome
Ping Only Members with @Verified Role in #introductions
/poj add channel:#introductions roleIds:123456789012345678
/poj remove
– Remove a Ping On Join Trigger
/poj remove
– Remove a Ping On Join TriggerRequired Permission:
Administrator
(or the specific permission assigned to the command) Description: Removes a POJ trigger for a specified channel.
channel
channel
✅ Yes
The channel where the trigger should be removed.
Example Usage:
Remove POJ trigger from #welcome
/poj remove channel:#welcome
/poj list
– List All Ping On Join Triggers
/poj list
– List All Ping On Join TriggersRequired Permission:
Administrator
(or the specific permission assigned to the command) Description: Lists all POJ triggers configured in the server.
Example Output:
Last updated