Skip to content

Commit

Permalink
bot: debug handleInteractionResponseEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Nov 10, 2024
1 parent 05467fc commit 9988bdf
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 9988bdf

Please sign in to comment.