Skip to content

Commit

Permalink
moderation: revert removal of report ephemeral (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoggySaussages authored Dec 19, 2024
1 parent aedf7a2 commit 748bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moderation/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ var ModerationCommands = []*commands.YAGCommand{
},
SlashCommandEnabled: true,
DefaultEnabled: false,
IsResponseEphemeral: false,
IsResponseEphemeral: true,
RunFunc: func(parsed *dcmd.Data) (interface{}, error) {
config, _, err := MBaseCmd(parsed, 0)
if err != nil {
Expand Down

0 comments on commit 748bbe5

Please sign in to comment.