fix: show correct command suggestion to edit server tag

This commit is contained in:
spiral
2021-08-25 12:33:24 -04:00
parent 0d583a2a6b
commit 87676c2045

View File

@@ -182,7 +182,7 @@ namespace PluralKit.Bot
if (!ctx.MessageContext.TagEnabled)
msg += ", but it is currently **disabled**. To re-enable it, type `pk;s servertag -enable`.";
else
msg += ". To change it, type `pk;s tag <tag>`. To clear it, type `pk;s tag -clear`.";
msg += ". To change it, type `pk;s servertag <tag>`. To clear it, type `pk;s servertag -clear`.";
await ctx.Reply(msg);
return;