made ping ephemeral
This commit is contained in:
@@ -39,6 +39,7 @@ var ping_command Command = Command{
|
||||
s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{
|
||||
Type: discordgo.InteractionResponseChannelMessageWithSource,
|
||||
Data: &discordgo.InteractionResponseData{
|
||||
Flags: discordgo.MessageFlagsEphemeral,
|
||||
Embeds: []*discordgo.MessageEmbed{
|
||||
{
|
||||
Title: s.State.User.Username + " ping",
|
||||
|
Reference in New Issue
Block a user