Documentation Index
Fetch the complete documentation index at: https://docs.cuteco.re/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Welcome messages let you automatically greet new members the moment they join your server. You can configure rich embeds with dynamic variables that pull in the member’s name, avatar, join position, and more. Messages can be sent to any channel, and you can set up multiple welcome messages across different channels simultaneously. pom uses an embed scripting system that gives you full control over the message appearance — titles, descriptions, colors, images, footers, buttons, and even self-destructing messages that auto-delete after a set time.The default prefix is
,. All examples below use this prefix.Setting Up a Welcome Message
| Parameter | Type | Required | Description |
|---|---|---|---|
channel | Channel mention | Yes | The channel where the welcome message will be sent |
message | Embed script | Yes | The message content using embed scripting syntax |
Managing Welcome Messages
View a Welcome Message
See the raw embed script for a specific channel’s welcome message.List All Welcome Messages
Show all configured welcome messages across the server with pagination.Remove a Welcome Message
Stop sending welcome messages in a specific channel.Clear All Welcome Messages
Remove all welcome messages across the entire server.Testing
Preview your welcome message without waiting for someone to join.Self-Destructing Messages
Add the--self_destruct flag to make the welcome message automatically delete itself after a set number of seconds.
Example Welcome Messages
Simple Text Welcome
Rich Embed Welcome
Welcome with Button
Variables
Welcome messages support all pom variables. The most commonly used ones are:| Variable | Output |
|---|---|
{user} | Member’s display name |
{user.mention} | Mentions the member |
{user.display_avatar} | Member’s avatar URL |
{user.join_position_suffix} | Join position with ordinal (e.g., “42nd”) |
{guild} | Server name |
{guild.count} | Total member count |
,welc