Skip to content

Commit

Permalink
debug: debuging message response
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Nov 7, 2024
1 parent 238e19e commit 8df1ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/src/commands/info/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8df1ee2

Please sign in to comment.