This commit is contained in:
deathbybandaid 2022-02-12 18:47:29 -05:00
parent 90e02bfc37
commit e4c5549e5d

View File

@ -89,6 +89,8 @@ def get_commands(bot, trigger):
if len(found): if len(found):
trigger_type = found[0] trigger_type = found[0]
bot.say(trigger_type)
commands.append({ commands.append({
"trigger_type": trigger_type, "trigger_type": trigger_type,
"trigger_prefix": trigger_prefix, "trigger_prefix": trigger_prefix,