2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-04 16:35:35 +00:00

add userlocking

This commit is contained in:
Nick80835
2020-06-16 15:51:26 -04:00
parent 7370d50f91
commit 228e293cf5
2 changed files with 15 additions and 1 deletions

View File

@@ -69,7 +69,9 @@ class Loader():
"admin": args.get('admin', False),
"owner": args.get('owner', False),
"locking": args.get('locking', False),
"lockreason": None
"lockreason": None,
"userlocking": args.get('userlocking', False),
"lockedusers": []
}
return func