Specifying Time Durations
Many commands require you to define a specific length of time. You can easily do this by combining a number with a time unit indicator. Here are the supported indicators you can use:s(Seconds)m(Minutes)h(Hours)d(Days)w(Weeks)y(Years)
1w2d.
Moderation Examples
When using moderation commands liketimeout, you can specify either a single unit (like 1 hour) or a combination of units (like 2 days and 3 hours). Ensure there are no spaces between your time combinations.
Giveaway Examples
Similarly, when starting a giveaway, the duration parameter requires the exact same format. You can start a simple giveaway using one unit or a more specific one by chaining units together.Using Custom Embeds
ZEON features a powerful interactive embed builder. Once you design and save an embed using the.embed create <name> command, you can easily attach it to any module’s custom message (like Welcome, Autoresponder, or Vanity Roles).
To attach an embed to a module’s response, simply include the {embed:name} syntax anywhere in the message text.
How it Works
- First, create your embed using the bot’s embed builder:
.embed create welcome_card - Customize the title, description, colors, images, and variables using the interactive dropdown menu provided by the bot.
- Once saved, you can trigger this embed in your module’s setup command by adding
{embed:welcome_card}to the text.
The
{embed:name} variable itself will be invisible in the final output. The bot seamlessly strips it from the text and attaches the actual rich embed below the message. Additionally, any standard variables (like {user}) that you placed inside the embed builder will parse normally!
