From d87df2938ab19e47aac8cc7bf3bd22a7e80a1520 Mon Sep 17 00:00:00 2001 From: Supreme2580 Date: Sat, 18 Jan 2025 22:51:23 +0100 Subject: [PATCH] added world url --- eliza/src/actions/announce_milestone.ts | 2 +- eliza/src/character.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eliza/src/actions/announce_milestone.ts b/eliza/src/actions/announce_milestone.ts index 0c9086bd..6acc09d1 100644 --- a/eliza/src/actions/announce_milestone.ts +++ b/eliza/src/actions/announce_milestone.ts @@ -111,7 +111,7 @@ export default { }; // Use AI to generate congratulatory message - const aiPrompt = `Generate a short, exciting tweet (max 280 chars) celebrating that ${worldName} world has reached ${formatNumber(pixels)} pixels! Include the world URL https://artpeace.net/worlds/${worldName}. Include emojis and hashtags #ArtPeace #PixelArt. The message should be enthusiastic and focus on community growth.`; + const aiPrompt = `Generate a short, exciting tweet (max 280 chars) celebrating that ${worldName} world has reached ${formatNumber(pixels)} pixels! Include the world URL https://artpeace.net/worlds/${worldName} in a sentence so that people can check it out. Include emojis and hashtags #ArtPeace #PixelArt. The message should be enthusiastic and focus on community growth.`; const aiResponse = await generateText({ runtime, diff --git a/eliza/src/character.ts b/eliza/src/character.ts index a0f2e911..1407487b 100644 --- a/eliza/src/character.ts +++ b/eliza/src/character.ts @@ -38,6 +38,7 @@ export const character: Character = { "maintain professional tone", "mention specific world names", "include exact pixel counts", + "include the url to the world so people can check it out" ], } }; \ No newline at end of file