fix(bot): correct inconsistencies in group avatar/banner messages (#607)

This commit is contained in:
Ouroboros 2024-01-27 01:00:20 +00:00 committed by GitHub
parent b48a36eb4b
commit 2d26fee5f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,7 +300,7 @@ public class Groups
else
{
throw new PKSyntaxError(
"This group does not have an icon set. Set one by attaching an image to this command, or by passing an image URL or @mention.");
"This group does not have an avatar set. Set one by attaching an image to this command, or by passing an image URL or @mention.");
}
}
@ -364,7 +364,7 @@ public class Groups
else
{
throw new PKSyntaxError(
"This group does not have a banner image set. Set one by attaching an image to this command, or by passing an image URL or @mention.");
"This group does not have a banner image set. Set one by attaching an image to this command, or by passing an image URL.");
}
}