Skip to content

Commit

Permalink
extract praise data inside frame app
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Sep 10, 2024
1 parent 18d9ace commit e24847f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ Please cast in a channel to praise`,
}
const reason = text.split(praiseReceiver.username)[1]
const query = {
reason,
channel: channel.name,
giver: author.username,
recipientAddress: praiseReceiver.verified_addresses.eth_addresses[0] || praiseReceiver.custody_address,
recipientName: praiseReceiver.username,
// reason,
// channel: channel.name,
// giver: author.username,
// recipientAddress: praiseReceiver.verified_addresses.eth_addresses[0] || praiseReceiver.custody_address,
// recipientName: praiseReceiver.username,
praiseHash: hash,
};
let reply;
Expand Down

0 comments on commit e24847f

Please sign in to comment.