This commit is contained in:
deathbybandaid 2022-02-23 12:46:37 -05:00
parent 562057d05e
commit 6ee383120a

View File

@ -29,6 +29,7 @@ def prerun(rulematch=False):
# This will give sopel the appearance of recieving individual commands
if len(commands) > 1:
for trigger_dict in commands:
print(trigger_dict)
sb.commands.dispatch(trigger_dict)
return