Updated a file
This commit is contained in:
parent
6a39ece053
commit
f3782e68f3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace SupportChild.Commands
|
||||||
DiscordEmbed error = new DiscordEmbedBuilder
|
DiscordEmbed error = new DiscordEmbedBuilder
|
||||||
{
|
{
|
||||||
Color = DiscordColor.Red,
|
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);
|
await command.RespondAsync(error);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue