Skip to content

Commit

Permalink
Merge pull request #107 from ritsec/95-have-the-users-username-next-t…
Browse files Browse the repository at this point in the history
…o-the-userid-in-the-query

change content of msg after processing
  • Loading branch information
c0untingNumbers authored Apr 27, 2024
2 parents 873195f + 67b80f8 commit 2f11e81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/slash/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ func Query() (*discordgo.ApplicationCommand, func(s *discordgo.Session, i *disco
}

// Followup message
followUpMessage := "Done"
_, err = s.InteractionResponseEdit(i.Interaction, &discordgo.WebhookEdit{
Content: &followUpMessage,
Files: []*discordgo.File{
{
Name: "query.csv",
Expand Down

0 comments on commit 2f11e81

Please sign in to comment.