mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +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)
|
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);
|
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
|
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)
|
private async Task AvatarFromAttachment(AvatarLocation location, Context ctx, PKMember target, DiscordAttachment attachment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue