Updated placeholders for RandomNumber

changed %randomnumber_number% to %randomnumber_value%
This commit is contained in:
vk2gpz 2023-09-25 07:52:45 +10:00 committed by GitHub
parent 32c54bb456
commit 7fc345e82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1159,10 +1159,10 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
It returns an auto-scaled random number. If you did not specify the scale, the scale will be automatically computed. If both min and max are integer numbers, the returned random number will also be an integer.
```
%randomnumber_number%
%randomnumber_number_scale%
%randomnumber_number_min_max%
%randomnumber_number_min_max_scale%
%randomnumber_value%
%randomnumber_value_scale%
%randomnumber_value_min_max%
%randomnumber_value_min_max_scale%
```
----