Updated a file

This commit is contained in:
EmotionChild 2022-04-18 22:55:48 +12:00
parent 6a39ece053
commit f3782e68f3
No known key found for this signature in database
GPG key ID: 23DC06AC32786520

View file

@ -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;