Skip to content

Commit

Permalink
Adding language suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: ExampleWasTaken <[email protected]>
  • Loading branch information
pdellaert and ExampleWasTaken authored Oct 27, 2024
1 parent 75afd64 commit f3cb925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f3cb925

Please sign in to comment.