mirror of
https://github.com/Nick80835/microbot
synced 2025-09-04 00:15:34 +00:00
fix add_list chance
This commit is contained in:
@@ -122,7 +122,8 @@ class Loader():
|
|||||||
"locking": args.get('locking', False),
|
"locking": args.get('locking', False),
|
||||||
"lockreason": None,
|
"lockreason": None,
|
||||||
"userlocking": args.get('userlocking', False),
|
"userlocking": args.get('userlocking', False),
|
||||||
"lockedusers": []
|
"lockedusers": [],
|
||||||
|
"chance": args.get('chance', None)
|
||||||
})
|
})
|
||||||
|
|
||||||
return func
|
return func
|
||||||
|
Reference in New Issue
Block a user