Skip to content

Commit

Permalink
feat: keep response public
Browse files Browse the repository at this point in the history
  • Loading branch information
sntran committed May 31, 2021
1 parent 25727f9 commit 8ea4563
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ func (command Command) Exec(session *discordgo.Session, interaction *discordgo.I
session.InteractionRespond(interaction.Interaction, &discordgo.InteractionResponse{
Type: discordgo.InteractionResponseChannelMessageWithSource,
Data: &discordgo.InteractionApplicationCommandResponseData{
// Makes this response ephemeral—only the invoking user can see it
Flags: 1 << 6,
Content: "Thinking...",
},
})
Expand Down

0 comments on commit 8ea4563

Please sign in to comment.