Skip to content

Commit

Permalink
change copies
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Sep 8, 2024
1 parent 8cbaf65 commit c3b5a33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/routes/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ const bot = async (req: Request) => {
await neynarClient.publishCast(
process.env.SIGNER_UUID,
`GM ${author.username}!
If you want to give praise to someone and mint an attestation, try casting in the following format:
@givepraise to {recipient} for {reason}
Spread the love by minting a Praise attestation to your friend’s account. Just comment below in the following format:
@givepraise to @YourFriendsHandle for ___
Add your reason for giving praise at the end of the comment and double check that your friend’s Farcaster handle is correct before publishing!
`,
{
replyTo: hash,
Expand Down Expand Up @@ -74,7 +77,7 @@ Please cast in a channel to praise`,

const reply = await neynarClient.publishCast(
process.env.SIGNER_UUID,
'Gm! Thank you for using Praise and spreading gratitude and thankfulness!',
'Woo! You just minted a Praise attestation to your friends account 🎉 Thanks for helping to foster a culture of on-chain gratitude! Time to mint an attestation!',
{
embeds: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/routes/replyAttestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const replyAttestation = async (req: Request) => {
}
await neynarClient.publishCast(
process.env.SIGNER_UUID,
`Thanks for using Praise and spreading gratitude and thankfulness!
`Thanks for using Praise and building your recipient’s on-chain reputation by sharing gratitude about their actions!
This is the attestation URL you just minted:
Expand Down

0 comments on commit c3b5a33

Please sign in to comment.