Skip to content

Commit

Permalink
feat: add meet url to terminate message (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-se committed Jul 30, 2021
1 parent e390a12 commit d5efca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shujinosuke.ts
Expand Up @@ -156,7 +156,8 @@ const checkAllReported = (client: SlackClient, channelId: string) => {
text: (
`:+1: 全員のレポートが完了しました!\n` +
`:stopwatch: それでは、${readableEndingPeriod}ほど時間を取りますので、全体連絡のある方はお願いします。\n` +
`:eyes: また、この時間で皆さんのレポートを読んでコメントしましょう!(もちろん時間が過ぎたあとも続けて:ok:)`
`:eyes: また、この時間で皆さんのレポートを読んでコメントしましょう!(もちろん時間が過ぎたあとも続けて:ok:)\n` +
`:google: こちらのMeetに参加しておしゃべりもどうぞ! https://meet.google.com/ofo-ykna-amj`
)
})
}
Expand Down

0 comments on commit d5efca8

Please sign in to comment.