Update tasklist examples.

2025-07-30 05:41:45 +10:00
parent 0c405bb0ca
commit a1569d1035

@@ -16,24 +16,25 @@ We have a *single task* timed tasklist for showing what you are currently workin
The tasklist is shared between Twitch and Discord, and (after linking your account with `/profiles link twitch` in Discord) all of these commands should work in both places!
### Examples
> **Holonomy**: `!now Writing Documentation`
> **croccyhelper:** `Updated your current task, good luck!`
```
Holonomy: !now Writing Documentation
croccyhelper: Updated your current task, good luck!
```
The current task is now `Writing Documentation`
> **Holonomy**: `!edit Writing Task Docmentation`
> **croccyhelper:** `Updated your current task, good luck!`
```
Holonomy: !edit Writing Task Docmentation
croccyhelper: Updated your current task, good luck!
```
The current task has changed to `Writing Task Documentation`
> **Holonomy**: `!next Checking Task Docmentation`
> **croccyhelper:** `Next task set, good luck! You worked on 'Writing Task Documentation' for 10 minutes.`
```
Holonomy: !next Checking Task Docmentation
croccyhelper: Next task set, good luck! You worked on 'Writing Task Documentation' for 10 minutes.
```
The task `Writing Task Documentation` was completed, and a new task `Checking Task Documentation` has been started.
> **Holonomy**: `!done`
> **croccyhelper:** `Good job finishing 'Checking Task Documentation'! You worked on it for 47 minutes.`
```
Holonomy: !done
croccyhelper: Good job finishing 'Checking Task Documentation'! You worked on it for 47 minutes.
```
The task `Checking Task Documentation` has been completed.