Skip to content

Commit 9f28e5a

Browse files
committed
keep tweet at the end of the day
1 parent dc127a0 commit 9f28e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-twitter/src/scheduled-tweets/daily-news.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const dailyNewsTweet: ScheduledTweet = {
4646
id: "daily-news",
4747
frequency: "daily",
4848
timeCondition: {
49-
hour: 8, // 8 am
49+
hour: 21, // 21 pm
5050
},
5151
generateContent: async (runtime: IAgentRuntime) => {
5252
let scraper: Scraper | null = null;

0 commit comments

Comments
 (0)