2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 06:26:04 +00:00

add chance parameter

This commit is contained in:
Nick80835
2020-06-29 15:29:20 -04:00
parent 3fc02581bd
commit 1edcc581b4
3 changed files with 28 additions and 10 deletions

View File

@@ -83,7 +83,8 @@ class Loader():
"locking": args.get('locking', False),
"lockreason": None,
"userlocking": args.get('userlocking', False),
"lockedusers": []
"lockedusers": [],
"chance": args.get('chance', None)
})
return func