Formatting a duration
When a command requires aduration parameter, you format it as a number followed by a unit. The unit can be one of the following:
sfor seconds.mfor minutes.hfor hours.dfor days.wfor weeks.
1d represents one day, and 1w represents one week. You can also combine units, for example, 1w2d represents one week and two days.
Removing entries via ID
For some commands, you can remove entries by their ID. The ID for entry can be found with thelist subcommand.
After you have the ID, you can remove the entry with the remove subcommand followed by the format: select:ID.

Flag Punishments
When a command has a--do flag, you can use it to specify the action to take. The available actions are:
warnto warn the user.jailto jail the user.kickto kick the member from the server.banto ban the member from the server.deleteto delete the message if applicable.stripstaffto remove the staff role from the member.- This is only available for antinuke commands.
- This will only work for roles set via the
bind staffcommand. - You can find more information about binding staff roles in the moderation section.
--do warn.
If bleed is responding with a different action than the one you specified,
make sure you’re using the correct
-- instead of —. Learn more about the
difference here.