diff --git a/SupportChild/Commands/ListOldestCommand.cs b/SupportChild/Commands/ListOldestCommand.cs index 234d220..fbf5b3e 100644 --- a/SupportChild/Commands/ListOldestCommand.cs +++ b/SupportChild/Commands/ListOldestCommand.cs @@ -35,7 +35,7 @@ namespace SupportChild.Commands DiscordEmbed error = new DiscordEmbedBuilder { Color = DiscordColor.Red, - Description = "Invalid list amount. (Must be integer between 5 and 100)" + Description = "Invalid list amount. (Must be an integer between 5 and 100)" }; await command.RespondAsync(error); return;