2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-03 07:55:52 +00:00

add an extras variable for extra stuff idk

This commit is contained in:
Nick80835
2020-05-05 19:51:55 -04:00
parent d588cf1d06
commit 3751d7de9a
2 changed files with 3 additions and 1 deletions

View File

@@ -50,7 +50,8 @@ class Loader():
self.command_handler.incoming_commands[pattern] = {
"function": func,
"noprefix": args.get('noprefix', False),
"sudo": args.get('sudo', False)
"sudo": args.get('sudo', False),
"extras": args.get('extras', None)
}
return func