mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
Fix delete suggestion
This commit is contained in:
parent
e77fa1caa6
commit
acb11dd9d6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ async def new_system(conn, message, args):
|
||||||
system = await db.get_system_by_account(conn, message.author.id)
|
system = await db.get_system_by_account(conn, message.author.id)
|
||||||
|
|
||||||
if system is not None:
|
if system is not None:
|
||||||
return False, "You already have a system registered. To remove your system, use `pk;system remove`, or to unlink your system from this account, use `pk;system unlink`."
|
return False, "You already have a system registered. To delete your system, use `pk;system delete`, or to unlink your system from this account, use `pk;system unlink`."
|
||||||
|
|
||||||
system_name = None
|
system_name = None
|
||||||
if len(args) > 0:
|
if len(args) > 0:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue