cowboy: make message confirmation ephemeral

This commit is contained in:
Chris Sexton 2023-01-27 14:11:29 -05:00
parent 690fd01fd2
commit 91d21c1076
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ func (p *Cowboy) mkOverlayCB(overlay string) func(s *discordgo.Session, i *disco
Type: discordgo.InteractionResponseChannelMessageWithSource,
Data: &discordgo.InteractionResponseData{
Content: msg,
Flags: discordgo.MessageFlagsEphemeral,
},
})
}