Bot Profile
You can customize how pom looks in your server using the ,botprofile command. These changes are server-specific, so pom can have a unique name and avatar in every community.
,botprofile <name | avatar | banner | bio> <value>
Bot profile changes require the Administrator permission. These settings only affect how pom appears in your server — they don’t change the bot globally.
Server Branding
Manage your server’s icon and banner directly through pom without opening Discord settings.
Server Avatar
,serveravatar <url or attachment>
Server Banner
,serverbanner <url or attachment>
You can also attach an image directly to your message instead of providing a URL. pom will use the attachment automatically.
Embed Scripting
pom uses a powerful embed scripting system for welcome messages, goodbye messages, boost messages, and autoresponders. This lets you create rich Discord embeds with dynamic variables that automatically fill in user and server information.
Here’s a quick example:
{embed}$v{title: Welcome to {guild}!}$v{description: Hey {user.mention}, you are member #{user.join_position_suffix}!}$v{color: #F4D679}$v{thumbnail: {user.display_avatar}}$v{footer: Joined at}$v{timestamp}
This creates a gold-colored embed with the server name in the title, a personalized greeting, the user’s avatar as a thumbnail, and a timestamp in the footer.