mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix some strings
This commit is contained in:
parent
cd98f15b6c
commit
f427fe9ba3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class LINK:
|
|||
SUCCESS = "✅ Collegamento riuscito!"
|
||||
|
||||
class ERRORS:
|
||||
INVALID_SYNTAX = "⚠ Non hai specificato un username!\nSintassi del comando: <code>/register (NomeUtenteRoyalnet)</code>"
|
||||
INVALID_SYNTAX = "⚠ Non hai specificato un username!\nSintassi: <code>/link (NomeUtenteRoyalnet)</code>"
|
||||
NOT_FOUND = "⚠ Non esiste nessun account Royalnet con quel nome."
|
||||
ALREADY_EXISTING = "⚠ Questo account è già collegato a un account Royalnet."
|
||||
|
||||
|
|
Loading…
Reference in a new issue