Skip to content

Commit

Permalink
Merge pull request #233 from TogetherCrew/debug-hivemind-adapter
Browse files Browse the repository at this point in the history
debug: debuging message response
  • Loading branch information
Behzad-rabiei authored Nov 7, 2024
2 parents 2ebf496 + 8df1ee2 commit 25ee6a5
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 25ee6a5

Please sign in to comment.