Timeouts
β³ How to Timeout a User
Pluto.exe supports temporary timeouts with logging, database tracking, and private confirmation responses.
π¨ Timeout a Member
Use the /timeout
command with two required arguments:
user
β who you want to timeoutduration
β how long (e.g.,10s
,5m
,1h
,2d
)reason
β why theyβre being timed out
Example:
What Happens:
Pluto.exe applies the timeout immediately.
The user is notified via DM (if possible).
A modlog embed is sent to the modlog channel (if set).
The timeout is recorded in the database.
π Hybrid Command Shortcut
You can also use a text-based shortcut:
Both slash and prefix versions function the same.
π§― Important Notes
Duration Format
Supported units:
s
= seconds,m
= minutes,h
= hours,d
= days Example:30s
,15m
,2h
,1d
Role Limitations
You cannot timeout someone with a higher or equal role.
You cannot timeout yourself.
Bots cannot be timed out.
Logging Behavior
If a modlog channel is configured, an embed will be sent with full details.
If not, the timeout will still be processed, but no log will be recorded publicly.
A warning note will be included in your response if logging is unavailable.
Command Visibility
All responses to /timeout
and p!t
are private (ephemeral) to the user executing the command.
β
Summary
Use Pluto.exeβs timeout feature to temporarily mute disruptive members while keeping logs clean and structured. For full visibility, configure your modlog channel using:
Last updated