mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
fix(bot): correct inconsistencies in group avatar/banner messages (#607)
This commit is contained in:
parent
b48a36eb4b
commit
2d26fee5f5
1 changed files with 2 additions and 2 deletions
|
|
@ -300,7 +300,7 @@ public class Groups
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw new PKSyntaxError(
|
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
|
else
|
||||||
{
|
{
|
||||||
throw new PKSyntaxError(
|
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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue