hellostealth / stealth

An open source Ruby framework for text and voice chatbots. 🤖

Home Page:https://hellostealth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for scheduled replies to accept a DateTime rather than ActiveSupport::Duration

mgomes opened this issue · comments

Currently step_to_in expects to receive an ActiveSupport::Duration as the delay. We should introduce step_to_at which accepts a DateTime.