mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
(...and make sure it's the correct message)
This commit is contained in:
parent
b1ede87df2
commit
36ed356d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ namespace PluralKit.Bot
|
|||
if (location == AvatarLocation.Server)
|
||||
await ctx.Reply($"{Emojis.Success} Member server avatar changed. This avatar will now be used when proxying in this server (**{ctx.Guild.Name}**).", embed: embed);
|
||||
else
|
||||
await ctx.Reply($"{Emojis.Success} Member server avatar changed.");
|
||||
await ctx.Reply($"{Emojis.Success} Member avatar changed.");
|
||||
}
|
||||
|
||||
private async Task AvatarFromAttachment(AvatarLocation location, Context ctx, PKMember target, DiscordAttachment attachment)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue