From f427fe9ba364929ab8b5e8e848e787930d31a518 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 8 Feb 2019 22:11:41 +0100 Subject: [PATCH] Fix some strings --- strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.py b/strings.py index b84d25fd..216f4274 100644 --- a/strings.py +++ b/strings.py @@ -61,7 +61,7 @@ class LINK: SUCCESS = "✅ Collegamento riuscito!" class ERRORS: - INVALID_SYNTAX = "⚠ Non hai specificato un username!\nSintassi del comando: /register (NomeUtenteRoyalnet)" + INVALID_SYNTAX = "⚠ Non hai specificato un username!\nSintassi: /link (NomeUtenteRoyalnet)" NOT_FOUND = "⚠ Non esiste nessun account Royalnet con quel nome." ALREADY_EXISTING = "⚠ Questo account è già collegato a un account Royalnet."