mirror of
https://github.com/the-programmers-hangout/swiftspiracy-bot.git
synced 2026-09-07 16:06:23 +02:00
make buildinfo reply ephemeral
This commit is contained in:
@@ -207,6 +207,7 @@ var interactions = []struct {
|
||||
err := s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{
|
||||
Type: discordgo.InteractionResponseChannelMessageWithSource,
|
||||
Data: &discordgo.InteractionResponseData{
|
||||
Flags: discordgo.MessageFlagsEphemeral,
|
||||
Content: response,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user