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

fix add_list chance

This commit is contained in:
Nick80835
2020-07-03 23:00:56 -04:00
parent 1edcc581b4
commit e893129345

View File

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