



lang.yml
YAML:
Success:
Embeds:
- Title: Timeout • Success
Description: "> You have succesfully timed out {target-tag} for {time}"
FooterIcon: "{user-pfp}"
Footer: "{user-tag}"
Timestamp: true
InvalidTime:
Embeds:
- Title: Timeout • Error
Description: "> Time you entered isn't in 10s-28d."
FooterIcon: "{user-pfp}"
Footer: "{user-tag}"
Timestamp: true
commands.yml
YAML:
Timeout:
Name: timeout
Description: Allows you to timeout users
Usage: timeout <user> <time>
Aliases: []
Type: moderation
Enabled: true
Cooldown: 0
RequiredRole:
- Management
Arguments:
- Type: User
Name: User
Description: User to give timout to
Required: true
- Type: String
Name: duration
Description: "Duration for timeout (Max: 28d, Min: 10s)"
Required: true
