# Timer

## /timer add

Add a new timer.

```
/timer add <int: duration> <time_format> <string: reason>
```

## /timer remove

Remove a timer. You'll see all your timers reasons, to help you remove the correct timer.

```
/timer remove <string: timer_reason>
```

## /timer list

Shows all your timers, when you set them and when they are going to end, along with their reasons.

```
/timer list
```
