Compare commits

..

2 Commits

Author SHA1 Message Date
deathbybandaid
90e02bfc37 test 2022-02-12 18:46:11 -05:00
deathbybandaid
312d5ff824 test 2022-02-12 18:46:01 -05:00

View File

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