Passa al contenuto principale

Global Parameters

informazioni

These parameters are not displayed in the dashboard preview and may appear as red (invalid) parameters in the editor. This is expected — they are replaced at runtime when the bot sends the message, so the dashboard will show the raw placeholder (e.g. %guildName%) instead of the actual value.

Global parameters can be used in any text field of any embed type or message configuration. They are automatically replaced before the message is sent.

Bot Parameters

ParameterDescriptionExample
%botName%Display name of the botMy Bot
%botID%User ID of the bot123456789012345678
%botAvatar%Avatar URL of the bothttps://cdn.discordapp.com/avatars/...
%botTag%Full tag of the botMy Bot#1234
%botMention%Mention string of the bot<@123456789012345678>

Server Parameters

ParameterDescriptionExample
%guildName%Name of the serverMy Server
%guildID%ID of the server987654321098765432
%guildIcon%Icon URL of the serverhttps://cdn.discordapp.com/icons/...

Timestamp Parameters

suggerimento

Timestamp parameters are evaluated at the moment the message is sent. %relativeTime% will always show relative to the time the message was sent (e.g. "just now" when first sent, then updating to "2 minutes ago" etc. as Discord re-renders it).

All timestamp parameters use Discord's native timestamp formatting. They automatically adapt to each user's timezone and locale.

ParameterDiscord StyleDescriptionExample
%timestamp%DefaultShort date/time (default)April 5, 2026 4:20 PM
%shortTime%tShort time4:20 PM
%longTime%TLong time4:20:30 PM
%shortDate%dShort date04/05/2026
%longDate%DLong dateApril 5, 2026
%shortDateTime%fShort date/timeApril 5, 2026 4:20 PM
%longDateTime%FLong date/timeThursday, April 5, 2026 4:20 PM
%relativeTime%RRelative timejust now