2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 22:46:01 +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

@@ -30,6 +30,7 @@ class CommandHandler():
event.pattern_match = pattern_match
event.args = pattern_match.groups()[-1]
event.extras = value["extras"]
try:
await value["function"](event)