mirror of
https://codeberg.org/vlw/misskey-microblogger.git
synced 2025-09-13 19:03:41 +02:00
fix: ROLL_MAX out of range
This commit is contained in:
parent
cff692cdd0
commit
dcf582d9cf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from misskey.enum import NoteVisibility
|
|||
from .User import User
|
||||
from ..Enums import Intent
|
||||
|
||||
ROLL_MAX = 10000
|
||||
ROLL_MAX = 1000
|
||||
ROLL_MULTIPLIER = 0.1
|
||||
|
||||
class UserIntent(User):
|
||||
|
|
Loading…
Add table
Reference in a new issue