From f3cb9258ec43a4403664383bf2b9c3963720dc97 Mon Sep 17 00:00:00 2001 From: Philippe Dellaert Date: Sat, 26 Oct 2024 23:48:11 -0700 Subject: [PATCH] Adding language suggestion Co-authored-by: ExampleWasTaken <58574351+ExampleWasTaken@users.noreply.github.com> --- src/commands/moderation/prefixCommands/functions/setContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/moderation/prefixCommands/functions/setContent.ts b/src/commands/moderation/prefixCommands/functions/setContent.ts index 20089239..40657081 100644 --- a/src/commands/moderation/prefixCommands/functions/setContent.ts +++ b/src/commands/moderation/prefixCommands/functions/setContent.ts @@ -185,7 +185,7 @@ export async function handleSetPrefixCommandContent(interaction: ChatInputComman //Handle the error if the user does not respond in time Logger.error(error); await interaction.followUp({ - content: 'You did not provide the necessary content information and the change was not made.', + content: 'You did not provide the necessary content information in time (2 minutes) and the change was not made.', ephemeral: true, }); return;