mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Update import_commands.py
Cosmetic update, gives correct command to view members
This commit is contained in:
parent
c0718a1516
commit
650da2db93
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ async def import_tupperbox(ctx: CommandContext):
|
|||
if len(result.tags) > 1:
|
||||
tag_note = "\n\nPluralKit's tags work on a per-system basis. Since your Tupperbox members have more than one unique tag, PluralKit has not imported the tags. Set your system tag manually with `pk;system tag <tag>`."
|
||||
|
||||
await ctx.reply_ok("Updated {} member{}, created {} member{}. Type `pk;system` to check!{}".format(
|
||||
await ctx.reply_ok("Updated {} member{}, created {} member{}. Type `pk;system list` to check!{}".format(
|
||||
len(result.updated), "s" if len(result.updated) != 1 else "",
|
||||
len(result.created), "s" if len(result.created) != 1 else "",
|
||||
tag_note
|
||||
))
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue