Skip to main content
Variables are added to {embed} and {container} keys, which allow references to specific elements.

All Variables

Below are all variable references that can be used in embed creations and container creations across kayo bot
{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”)

Example

Heres an example of how to use a variable in an embed key:
,embed create {embed}$v{description: {user.mention}}$v{image: {user.avatar}}
Heres an example of how to use a variable in a container key:
,container create {container}$v{text: welcome to {guild.name} {user.mention}}