-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
916251e
to
d85100e
Compare
修正不要です。 |
client.chat_postEphemeral( | ||
channel=os.environ["NOTIFY_POST_REVIEW_CHANNEL"], | ||
user=user_id, | ||
text=f"<@{user_id}>さんが投稿したレビューはこれです({num_reviews}冊)\n\n {myreviews}", |
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.
感想です。
個人の捉え方次第なんですが、表示されているのがそのユーザが投稿した本の一覧なので、
〇〇さんがレビュー投稿した本の一覧です
みたいな方が、いいのかなと思いました。
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.
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.
コマンドは可能ならば、bee <サブコマンド>
が良いかなと思いました。bee myreview
とか
他のアプリとコンフリクトしないように、メインのコマンドはbee
一つが良いと思います。
ただ、すぐ対応できなければ、このままでも良いです 👍
ちょっと考える時間が欲しいので、やるときは別Issudeでやりたいと思います。 今回コマンドを作るときにマニュアルとかヘルプコマンドもあった方が良いかな?と少し思いましたが |
#162
Slack Appを設定しているチャンネルで「myreview」と発言すると自分の投稿したレビュー一覧を表示してみました。
本番環境だと #bee で発言すると動くはずです。