Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --git a/src/scheduled.ts b/src/scheduled.ts index 1bbc4fc..ba86b60 100644 --- a/src/scheduled.ts +++ b/src/scheduled.ts @@ -30,7 +30,7 @@ const scheduled: ExportedHandler<Bindings>["scheduled"] = async ( channelId: env.MOKUMOKU_CHANNEL_ID, body: { content: - "@here テックトークの時間です!発表希望者はこのメッセージに🙋♂️でリアクションしてください。", + "@here \nテックトークの時間です!話せる人はこのメッセージに🙋♂️でリアクションしてください", }, }); } @@ -41,7 +41,7 @@ const scheduled: ExportedHandler<Bindings>["scheduled"] = async ( channelId: env.MOKUMOKU_CHANNEL_ID, body: { content: - "@here もくもく会終了の時間です!今日の成果を共有しましょう!🍻", + "@here \nもくもく会終了の時間です!今日の成果を共有しましょう!🍻", }, }); }
- Loading branch information