mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
Add server-specific display names
This commit is contained in:
parent
cd09c9758c
commit
4d07886ec8
9 changed files with 120 additions and 24 deletions
|
|
@ -210,7 +210,7 @@ namespace PluralKit.Bot.Commands
|
|||
else newValue = !gs.ProxyEnabled;
|
||||
|
||||
gs.ProxyEnabled = newValue;
|
||||
await _data.SetGuildSystemSettings(ctx.System, ctx.Guild.Id, gs);
|
||||
await _data.SetSystemGuildSettings(ctx.System, ctx.Guild.Id, gs);
|
||||
|
||||
if (newValue)
|
||||
await ctx.Reply($"Message proxying in this server ({ctx.Guild.Name.EscapeMarkdown()}) is now **enabled** for your system.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue