Skip to content

Commit

Permalink
Merge pull request #235 from TogetherCrew/debug-hivemind-adapter
Browse files Browse the repository at this point in the history
bot: debug handleInteractionResponseEdit
  • Loading branch information
Behzad-rabiei authored Nov 10, 2024
2 parents e3e0fc3 + 9988bdf commit 91a8181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/src/rabbitmq/events/interactionResponseEdit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export async function handleInteractionResponseEdit(msg: any): Promise<void> {
const data = msg?.content.data
console.log(msg)
console.log('***************')
console.log(msg?.content)
console.log(msg?.content.data)
console.log('***************')
console.log(msg?.interaction)
console.log(msg?.content.interaction)

await interactionService.editOriginalInteractionResponse(interaction, data)
// logger.info({ msg, event: Event.DISCORD_BOT.INTERACTION_RESPONSE.EDIT }, 'is done');
Expand Down

0 comments on commit 91a8181

Please sign in to comment.