1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 13:37:29 -06:00

tweak flash omikuji preset

This commit is contained in:
syuilo 2023-01-16 10:07:46 +09:00
parent d600296360
commit 0fa602a184

View file

@ -88,7 +88,7 @@ let choices = [
] ]
// ID+ // ID+
let random = Math:gen_rng(\`{USER_ID}{Date:day()}\`) let random = Math:gen_rng(\`{USER_ID}{Date:year()}{Date:month()}{Date:day()}\`)
// //
let chosen = choices[random(0 (choices.len - 1))] let chosen = choices[random(0 (choices.len - 1))]