Variables are added to
{embed} and {container} keys, which allow references to specific elements.When creating embeds and containers, you can use specific variables to display server information, mention users, or include dynamic details about the community.
{embed} and {container} keys, which allow references to specific elements.{user} → the user’s full username
{user.id} → the user’s ID
{user.icon} → the user’s avatar URL
{user.mention} → mentions the user
{user.name} → the user’s username
{user.avatar} → the user’s avatar URL
{user.guild_avatar} → the user’s server-specific avatar URL
{user.display_avatar} → the user’s displayed avatar (global or guild)
{user.joined_at} → date the user joined the server
{user.joined_at_timestamp} → relative joined time (e.g., “2 months ago”)
{user.created_at} → date the user’s account was created
{user.created_at_timestamp} → relative account creation time
{user.display_name} → the user’s nickname or username
{user.boost} → shows “Yes” if the user is boosting the server
{user.boost_since} → when the user started boosting
{user.boost_since_timestamp} → relative boost time (e.g., “1 week ago”)
{user.color} → the color of the user’s top role
{user.top_role} → name of the user’s highest role
{user.role_list} → comma-separated list of the user’s roles
{user.bot} → “Yes” if the user is a bot
{user.join_position} → the order in which the user joined the server
{user.join_position_suffix} → formatted suffix for join position (e.g., “3rd”)
,embed create {embed}$v{description: {user.mention}}$v{image: {user.avatar}}
,container create {container}$v{text: welcome to {guild.name} {user.mention}}