Compare commits
2 Commits
d6db548e79
...
90e02bfc37
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90e02bfc37 | ||
|
|
312d5ff824 |
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user