File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Remplacez `VOTRE_TOKEN_API_ICI` par votre jeton d'API dans le fichier `.env` : c
2121 TELEGRAM_API_TOKEN=5674:XXXXXXXXXXXXXXXXXXXXX
2222```
2323
24- Installez les dépendances en exécutant : ous devez etre sur le dossier du bot ` cd TG-TRANSLATOR-BOT ` :
24+ Installez les dépendances en exécutant : Vous devez etre sur le dossier du bot ` cd TG-TRANSLATOR-BOT ` :
2525
2626``` bash
2727 pip install -r requirements.txt
@@ -38,6 +38,7 @@ Maintenant que vous avez configuré le projet, vous pouvez l'utiliser pour tradu
3838Le Bot Traducteur prend en charge deux commandes :
3939
4040` /fr <texte> ` : Traduit le texte de l'anglais vers le français.
41+
4142` /en <texte> ` : Traduit le texte du français vers l'anglais.
4243
4344
@@ -51,3 +52,9 @@ Le Bot Traducteur prend en charge deux commandes :
5152## Auteur
5253
5354- [ @codingtuto ] ( https://www.github.com/codingtuto )
55+
56+ ## Star History
57+
58+ <a href =" https://github.com/codingtuto/TG-TRANSLATOR-BOT/ " >
59+ <img width="500" alt="Star History Chart" src="https://api.star-history.com/svg?repos=codingtuto/TG-TRANSLATOR-BOT&type=Date">
60+ </a>
You can’t perform that action at this time.
0 commit comments