Skip to content

Commit

Permalink
[from now] 2024/03/01 19:42:57
Browse files Browse the repository at this point in the history
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
kawamataryo committed Mar 1, 2024
1 parent 5a81e82 commit 55b72e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scheduled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const scheduled: ExportedHandler<Bindings>["scheduled"] = async (
channelId: env.MOKUMOKU_CHANNEL_ID,
body: {
content:
"@here テックトークの時間です!発表希望者はこのメッセージに🙋‍♂️でリアクションしてください",
"@here \nテックトークの時間です!話せる人はこのメッセージに🙋‍♂️でリアクションしてください",
},
});
}
Expand All @@ -41,7 +41,7 @@ const scheduled: ExportedHandler<Bindings>["scheduled"] = async (
channelId: env.MOKUMOKU_CHANNEL_ID,
body: {
content:
"@here もくもく会終了の時間です!今日の成果を共有しましょう!🍻",
"@here \nもくもく会終了の時間です!今日の成果を共有しましょう!🍻",
},
});
}
Expand Down

0 comments on commit 55b72e4

Please sign in to comment.