fix: show correct command suggestion to edit server tag
This commit is contained in:
parent
0d583a2a6b
commit
87676c2045
@ -182,7 +182,7 @@ namespace PluralKit.Bot
|
|||||||
if (!ctx.MessageContext.TagEnabled)
|
if (!ctx.MessageContext.TagEnabled)
|
||||||
msg += ", but it is currently **disabled**. To re-enable it, type `pk;s servertag -enable`.";
|
msg += ", but it is currently **disabled**. To re-enable it, type `pk;s servertag -enable`.";
|
||||||
else
|
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);
|
await ctx.Reply(msg);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user