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,