Other variables
Other variables are variables which will be used that cannot be categorized under: Users, Channels or servers.
All Other variables
<current_date>
: The current date based on the timezone setting set by the server. The format will be dd-mm-yyyy;<current_time>
: The current time based on the timezone setting set by the server. The format will be HH:MM:SS;;<current_datetime>
: The current date and time based on the timezone setting set by the server. The format will be dd-mm-yyyy HH:MM:SS;<current_datetime_iso>
: The current date and time based on the timezone setting set by the server. The format will be the ISO format;
tip
If you want to display a timestamp in a Discord embed footer, you must use the <current_datetime_iso>
variable!