mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
[wiki] Fix example broken since v3.x
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8708ecc05a
commit
3cd9567907
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ Syntax: `seededRandom <string-seed>`
|
|||
Example:
|
||||
|
||||
```
|
||||
# Your int this hour: {{ printf "%.0f" (multiply (seededRandom (list "int" .username (now "2006-01-02 15") | join ":")) 100) }}%
|
||||
# Your int this hour: {{ printf "%.0f" (mul (seededRandom (list "int" .username (now | date "2006-01-02 15") | join ":")) 100) }}%
|
||||
< Your int this hour: 17%
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue