-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
「hh:mm」になったら投稿するremindコマンドを追加 #6
base: master
Are you sure you want to change the base?
Conversation
scheduleDate = new Date(currentYear, currentMonth, currentDay, hour, minute) | ||
new scheduler.scheduleJob scheduleDate, => | ||
msg.send message | ||
msg.send "#{scheduleDate} \"#{message}\", accepted." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accepted
を sure
とかにしたら上品さを醸し出すかもしれません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上品な子にしたいですね! sure
に変更します。
今さらだけど description の |
2点修正しました。
|
この PR 外での対応でもいいと思うんですが、たとえば時間になったときに メンションをしたい!というとき @Charlotte remind 10:30 @yucao24hours 神 ってやると、その時点で一度その人にメンションがいってしまって、ちょっと驚かせてしまうかも、という心配がでてきました 🐸 |
そうですね。例えば、remind とは別にメンション用のコマンドを用意するというのが無難な解決方法ですかねー。
|
それはよさそうですね 🌷 |
ということで、
というのはいかがでしょうか!? |
cd5f3c4
to
1b7fce2
Compare
個人的にはおだいさんの提案に 👍 理由は
という感じですかねー。 ただ欠点として
とかがもあるかなとは思います。 あとは |
返事が遅れてごめんなさい 🙇
ただ、このPRでは「ある時間になったら投稿する remind コマンドを追加する」だけにフォーカスが当たっているので、メンションについては別PRで対応させていただきたいです。 |
はっ。rebase needed! |
忘れてました:bow: マージせねば |
#5
変更点
急ぎで作ったので雑ですが、ひとまずidobataでテストしてみたいのでPRを送ります。致命的な問題がないかだけレビューしていただけますと嬉しいです。
ローカルでの確認方法