hubot-scheduleって? hubotで動作するスケジューラです。 cron形式と日時形式の2つの形式でメッセージをスケジュール登録できます。 使い方 コマンド一覧 Hubot> hubot help schedule Hubot schedule [add|new] "<datetime pattern>" <message> - Schedule a message that runs on a specific date and time Hubot schedule [add|new] "<cron pattern>" <message> - Schedule a message that runs recurrently Hubot schedule [cancel|del|delete|remove] <id> - Cancel the schedule Hubot s