This commit is contained in:
deathbybandaid 2022-02-24 10:12:06 -05:00
parent 21a48907f5
commit a2aeb9eb43

View File

@ -41,7 +41,7 @@ def prerun():
# Run function
function(bot, trigger, comrun, *args, **kwargs)
# if not comrun.piped:
# if not comrun.is_pipe_command:
# bot.say(comrun.say)
return internal_prerun