mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Don't post an error after clearing avatar
This commit is contained in:
parent
62207a9255
commit
d5c6e2baac
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ namespace PluralKit.Bot
|
|||
await ctx.Reply($"{Emojis.Success} Member server avatar cleared. This member will now use the global avatar in this server (**{ctx.Guild.Name}**).");
|
||||
else
|
||||
await ctx.Reply($"{Emojis.Success} Member server avatar cleared. This member now has no avatar.");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (ctx.RemainderOrNull() == null && ctx.Message.Attachments.Count == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue