$editTrigger
Edit a command information like name or type
Editable types: name, runonlyin, ignorerole, type, trigger, channelused, minperms, time
Usage
$editTrigger[InfoType;New value;Token (optional)]
Example:
$editTrigger[name;Edited Name]
Change Timed Trigger Time
you change the trigger time, with time as type, and value to be the timestamp (in ms) of the next trigger time, make sure it's a time in future
Example (Set the time to trigger after 10s)
$editTrigger[time;$math[$timestamp+10000];$token]
⏱️ Function Cooldown
This function has a built-in cooldown to help prevent excessive usage.
| Property | Value |
|---|---|
| ⏱️ Duration | 5 seconds |
| 🆔 Tracked By | Server |
| 🌐 Scope | Server |
Functions with the same Scope share cooldowns based on the same
Tracked Byvalue.
💎 Tier 3+ servers cannot bypass this cooldown.