This commit is contained in:
deathbybandaid 2022-02-24 10:20:35 -05:00
parent 4e0602d0b2
commit 6d9e7a0769

View File

@ -17,6 +17,7 @@ def prerun():
# we are going to redispatch commands # we are going to redispatch commands
# This will give sopel the appearance of recieving individual commands # This will give sopel the appearance of recieving individual commands
print(comrun.commands) print(comrun.commands)
print("stuff below")
if len(comrun.commands) > 1: if len(comrun.commands) > 1:
for trigger_dict in comrun.commands: for trigger_dict in comrun.commands:
print(trigger_dict) print(trigger_dict)