mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +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)
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue