mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 11:10:13 +00:00
fix: show correct command suggestion to edit server tag
This commit is contained in:
parent
0d583a2a6b
commit
87676c2045
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue