feat: help command #36
1 changed files with 3 additions and 0 deletions
|
@ -1,10 +1,13 @@
|
||||||
{
|
{
|
||||||
"e_interacreate_no_command": "Désolé, la commande n'existe plus...",
|
"e_interacreate_no_command": "Désolé, la commande n'existe plus...",
|
||||||
|
|
||||||
|
"c_ping_name": "Ping",
|
||||||
"c_ping_desc": "Pong!",
|
"c_ping_desc": "Pong!",
|
||||||
"c_ping1": "Latence totale",
|
"c_ping1": "Latence totale",
|
||||||
"c_ping2": "Latence du Websocket",
|
"c_ping2": "Latence du Websocket",
|
||||||
|
|
||||||
|
"c_help_name": "Help",
|
||||||
|
"c_help_desc": "Aide",
|
||||||
"c_help1": "Liste des catégories et des commandes associées",
|
"c_help1": "Liste des catégories et des commandes associées",
|
||||||
"c_help2": "`/help <commande>` pour obtenir plus d'informations sur une commande."
|
"c_help2": "`/help <commande>` pour obtenir plus d'informations sur une commande."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue