From 6267d25e12175933e1c97a34516f6a9d537bdf4d Mon Sep 17 00:00:00 2001 From: Behzad Rabiei Date: Sun, 10 Nov 2024 17:23:34 +0400 Subject: [PATCH] bot: debug handleInteractionResponseEdit --- bot/src/commands/info/question.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bot/src/commands/info/question.ts b/bot/src/commands/info/question.ts index e9e4f05..f874dd1 100644 --- a/bot/src/commands/info/question.ts +++ b/bot/src/commands/info/question.ts @@ -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) {