mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +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
|
||||
{
|
||||
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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue