Skip to content

Message & Arguments

Overview

When creating prefix-based tags (e.g. !tag hello world), you can capture parameters provided by the user using positional argument placeholders.


Properties Table

PropertyTypeDescriptionRaw Example
{message}stringFull raw message string!tag hello world
{args}stringArguments after tag namehello world
{1}stringFirst argument wordhello
{2}stringSecond argument wordworld
{3}stringThird argument wordextra
{4+}stringAll arguments starting from index 4 onwardsand more words

Example Usage

Custom Echo Command

{cooldown(3)}
{embed(title):📢 Announcement}
{embed(description):{args}}
{embed(footer.text):Announced by {user.username}}
{embed(color):0x5865F2}