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 b380c5c commit 238e19e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ export class HivemindAdapterService {

private adaptDataToBot(question: Question): {
interaction: ChatInputCommandInteraction_broker
interactionResponseEditData: InteractionEditResponse
data: InteractionEditResponse
} {
return {
interaction: question.metadata.interaction,
interactionResponseEditData: {
data: {
content: question.response.message,
},
}
Expand Down

0 comments on commit 238e19e

Please sign in to comment.