From 748bbe50893426fef3fdc4aaca5381481ad03683 Mon Sep 17 00:00:00 2001 From: Veda Maharaj <110698921+SoggySaussages@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:00:34 -0800 Subject: [PATCH] moderation: revert removal of report ephemeral (#1798) --- moderation/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderation/commands.go b/moderation/commands.go index 15d2a1235..afdbab6ca 100644 --- a/moderation/commands.go +++ b/moderation/commands.go @@ -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 {