Embed commands
How to create an embed
There are multiple ways to set up your embeds but there are two different ways that you can create them from scratch.
Embed builder
t.embed builder
This will walk you through creating the different aspects of your embed, this is like a wizard that walks you through each step of configuring your embed, showing you the changes you make along the way.
Create from scratch
t.embed create
Will produce a blank embed that can be configured through t.embed configure
Variables
There are a number of variables that you can use to reference a number of attributes that can be helpful to inform your PMs of how they are doing. For example: you can reference their username and their points to show how many points they have, but it will change depending on who calls the embed.
t.variables
This will list all of the variables available.
Variables must be used like this - ${VARIABLE}, for example: ${USERNAME} or ${USER_MENTION}
Importing and Exporting
Importing and exporting embeds is an incredibly easy way to move your custom embeds to and from TeamAPM and other bots. At the moment we support importing embeds from Luminous Nova and Nakedo. If there are other bots you'd like to see us support importing from please let us know in the support server.
t.embed import
can be used to import embeds from TeamAPM, Luminous Nova or Nakedo

Exporting a TeamAPM embed can be a good way to store an embed's configuration for later.
Configuring, removing and copying.
As discussed above, if you want to configure your embeds again after you've created them then you can do! This makes it easy to change your layouts without deleting and re-creating your embeds.
t.embed configure
the will be the name of the embed you want to configure must be an embed setting as seen in t.embed properties
and value must be what you want to configure.
Removing an embed
Removing an embed is super simple. If you run t.embed remove
your embed will be deleted.
Duplicating an embed
If you really like that amazing embed you just made you can create it again and change it slightly for another function!
t.embed copy
Looking at your amazing embeds
Display
In order to display your embed so you can see it you will need to run the following command.
t.embed display
this will show your embed in the chat
List
The list command will show a list of all your embed names.
t.embed list
Using an embed
Once you are happy with your embed, you can get TeamAPM to automatically send it in place of certain default embeds. t.embed roles
will list all the purposes an embed be given.
t.embed use
can be used to assign a purpose to your custom embed.
Last updated
Was this helpful?