Skip to content

Commit

Permalink
Merge pull request #241 from TogetherCrew/make-question-command-public
Browse files Browse the repository at this point in the history
Make question command public
  • Loading branch information
Behzad-rabiei authored Dec 24, 2024
2 parents 3584c7b + 4bc5e16 commit 85c4b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
25 changes: 1 addition & 24 deletions bot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bot/src/commands/info/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
try {
await interactionService.createInteractionResponse(interaction, {
type: 5,
data: { flags: 64 },
// data: { flags: 64 },
})
RabbitMQ.publish(
RabbitMQQueue.DISCORD_HIVEMIND_ADAPTER,
Expand All @@ -37,7 +37,7 @@ export default {
data: {
content:
"Sorry, we couldn't process your request at the moment. Please report this issue to the TogetherCrew development team. Thank you for your patience!",
flags: 64,
// flags: 64,
},
})
}
Expand Down

0 comments on commit 85c4b0b

Please sign in to comment.