mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Update tag change message with more information
This commit is contained in:
parent
520e6f140c
commit
03dd91ee9e
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ namespace PluralKit.Bot.Commands
|
|||
throw Errors.SystemNameTooLongError(newTag.Length);
|
||||
|
||||
await _data.SaveSystem(ctx.System);
|
||||
await ctx.Reply($"{Emojis.Success} System tag {(newTag != null ? "changed" : "cleared")}.");
|
||||
await ctx.Reply($"{Emojis.Success} System tag {(newTag != null ? $"changed. Member names will now end with `{newTag.SanitizeMentions()}` when proxied." : "cleared")}.");
|
||||
|
||||
await _proxyCache.InvalidateResultsForSystem(ctx.System);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue