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! 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 ### 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` The current task is now `Writing Documentation`
```
> **Holonomy**: `!edit Writing Task Docmentation` Holonomy: !edit Writing Task Docmentation
> **croccyhelper:** `Updated your current task, good luck!` croccyhelper: Updated your current task, good luck!
```
The current task has changed to `Writing Task Documentation` The current task has changed to `Writing Task Documentation`
```
> **Holonomy**: `!next Checking Task Docmentation` Holonomy: !next Checking Task Docmentation
> **croccyhelper:** `Next task set, good luck! You worked on 'Writing Task Documentation' for 10 minutes.` 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. The task `Writing Task Documentation` was completed, and a new task `Checking Task Documentation` has been started.
```
> **Holonomy**: `!done` Holonomy: !done
> **croccyhelper:** `Good job finishing 'Checking Task Documentation'! You worked on it for 47 minutes.` croccyhelper: Good job finishing 'Checking Task Documentation'! You worked on it for 47 minutes.
```
The task `Checking Task Documentation` has been completed. The task `Checking Task Documentation` has been completed.