Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.p2w.lol/llms.txt

Use this file to discover all available pages before exploring further.

Automatically send messages when certain member events occur.

Commands

There are three system message commands, each with the same subcommands.
  • welcome - Dispatched whenever a user joins the server.
  • goodbye - Dispatched whenever a user leaves the server.
  • boost - Dispatched whenever a user boosts the server.
The following examples use the welcome command, but the same syntax is applied for the other system message commands.

Creating a system message

You can create a system message with the welcome add command.
The message parameter can be raw text or an embed with dynamic variables.
The --self_destruct flag in system messages schedules the message for deletion after a specified time, which must be between 6 and 60 seconds.
.welcome add (channel) (message) [--self_destruct [6-60]]
Screenshot 2026 04 29 At 11 14 48 PM

Removing a system message

You can remove a system message with the welcome remove command.
.welcome remove <channel>
Screenshot 2026 04 29 At 11 19 35 PM
You can use the welcome view command to view a system message.
.welcome view (channel)
You can use the welcome list command to view all system messages.