This commit is contained in:
deathbybandaid 2022-02-12 14:53:23 -05:00
parent 64beeec8fc
commit c548888f4a

View File

@ -77,7 +77,6 @@ def prerun():
def internal_prerun(bot, trigger, *args, **kwargs):
commands = get_commands(bot, trigger)
bot.say(str(commands))
if len(commands) > 1:
for trigger_dict in commands: