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:
@@ -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
|
||||
|
Reference in New Issue
Block a user