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

implement pass_nsfw

This commit is contained in:
Nick80835
2020-06-26 15:02:38 -04:00
parent a4d7dce42a
commit 87dd2934bd
3 changed files with 15 additions and 9 deletions

View File

@@ -76,6 +76,7 @@ class Loader():
"sudo": args.get('sudo', False),
"extras": args.get('extras', None),
"nsfw": args.get('nsfw', False),
"pass_nsfw": args.get('pass_nsfw', False),
"admin": args.get('admin', False),
"owner": args.get('owner', False),
"locking": args.get('locking', False),