From 8df1ee21d6205b2b0d83c13a6155f09f8314a312 Mon Sep 17 00:00:00 2001 From: Behzad Rabiei Date: Thu, 7 Nov 2024 20:06:22 +0400 Subject: [PATCH] debug: debuging message response --- bot/src/commands/info/question.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/src/commands/info/question.ts b/bot/src/commands/info/question.ts index 26071277..1de32413 100644 --- a/bot/src/commands/info/question.ts +++ b/bot/src/commands/info/question.ts @@ -16,6 +16,7 @@ export default { async execute(interaction: ChatInputCommandInteraction_broker) { logger.info({ interaction_id: interaction.id, user: interaction.user }, 'question command started') + console.log(interaction) try { await interactionService.createInteractionResponse(interaction, { type: 5,