Skip to content

Commit

Permalink
Merge pull request #237 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 443c304 + 6267d25 commit 60fbcac
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 60fbcac

Please sign in to comment.