Pausing Features
You want to turn off tickets or reports but keep the configuration? You have come to the right place!
BETA
Feature
Although this feature was tested beforehand, it is heavily affected by the release of V2. So if there are any bugs, please report them in the support server!
Pausing
You can pause ticket and report creation in your server by using /config pause
.
Temporarily pause
Use the until option when running /config pause
to pause for a specific time or until a specific date and time.
If you leave this option empty, it will pause it until you manually resume it again.
Valid Formats
There are three acceptable formats.
Unix Timestamp
TIMESTAMP
1730334842
1730537356
<t:TIMESTAMP>
<t:TIMESTAMP:STYLE>
<t:1730537356>
<t:1730334842:R>
<t:1730345953:f>
Timestring
32min
(23 minutes)
14d
(14 days)
Resuming
Use /config resume
to resume a feature.
Last updated
Was this helpful?