Compare commits

..

No commits in common. "90e02bfc379eb50ff54d0c4189a424048eeea3d8" and "d6db548e79400109ac7141fbd777fb506abbb611" have entirely different histories.

View File

@ -84,7 +84,7 @@ def get_commands(bot, trigger):
if trigger_command in commands_list:
found.append(command_type)
bot.say(str(found))
bot.say(found)
if len(found):
trigger_type = found[0]