Skip to content

Commit

Permalink
add praiseHash to queries
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Aug 31, 2024
1 parent 66e470f commit 6e526ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Please cast in a channel to praise`,
giver: author.username,
recipientAddress: praiseReceiver.verified_addresses.eth_addresses[0] || praiseReceiver.custody_address,
recipientName: praiseReceiver.username,
praiseHash: hash,
};

const reply = await neynarClient.publishCast(
Expand Down

0 comments on commit 6e526ee

Please sign in to comment.