Skip to content

Commit

Permalink
feat: Added private lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastinian committed Nov 30, 2024
1 parent bc6bd80 commit 53a4bf2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lang/en/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"errorLength": "❌ | The prefix must have a maximum length of 6",
"correct": "✔️ | The prefix was changed correctly the new prefix is: {custom}"
},
"private": {
"noPrivate": "❌ | You have not specified if you want to disable or enable private chats",
"errorExisting": "❌ | The specified status does not exist, the existing statuses are: {custom}",
"correct": "✔️ | The status has been changed correctly now the new status is: {custom}"
},
"antiLinks": {
"enabled": "✔️ | The anti-links system has been activated.",
"disabled": "✔️ | The anti-links system has been deactivated.",
Expand Down
5 changes: 5 additions & 0 deletions src/lang/es/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"errorLength": "❌ | El prefix debe tener una longitud máxima de 6",
"correct": "✔️ | El prefix se ha cambiado correctamente el nuevo prefix es: {custom}"
},
"private": {
"noPrivate": "❌ | No has especificado si deseas desactivar o activar los chats privados",
"errorExisting": "❌ | El estado especificado no existe, los estados existentes son: {custom}",
"correct": "✔️ | El estado ha sido cambiado correctamente ahora el nuevo estado es: {custom}"
},
"antiLinks": {
"enabled": "✔️ | El sistema de anti-links ha sido activado.",
"disabled": "✔️ | El sistema de anti-links ha sido desactivado.",
Expand Down

0 comments on commit 53a4bf2

Please sign in to comment.