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 59ef838 commit 6267d25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bot/src/commands/info/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ export default {
RabbitMQQueue.DISCORD_HIVEMIND_ADAPTER,
Event.DISCORD_HIVEMIND_ADAPTER.QUESTION_COMMAND_RECEIVED,
{
interaction,
interaction: {
token: interaction.token,
...interaction,
},
}
)
} catch (error) {
Expand Down

0 comments on commit 6267d25

Please sign in to comment.