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

its fookin raw

This commit is contained in:
Nick80835
2020-06-26 19:43:36 -04:00
parent 13635a9021
commit 552383dce0
2 changed files with 5 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ class Loader():
"pattern": pattern,
"function": func,
"simple_pattern": args.get('simple_pattern', False),
"raw_pattern": args.get('raw_pattern', False),
"sudo": args.get('sudo', False),
"extras": args.get('extras', None),
"nsfw": args.get('nsfw', False),
@@ -110,6 +111,7 @@ class Loader():
"pattern": pattern + pattern_extra,
"function": func,
"simple_pattern": args.get('simple_pattern', False),
"raw_pattern": args.get('raw_pattern', False),
"sudo": args.get('sudo', False),
"extras": args.get('extras', pattern),
"nsfw": args.get('nsfw', False),