Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lostdou authored Dec 13, 2024
1 parent f5eee76 commit 7c930e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Como el titulo, el artista, la portada, duración total y en que minuto y segund

## ⚙️ Installation/Instalación
### EN:
In order to start this bot, follow the steps below:
In order to start this script, follow the steps below:

1- Clone the repository:
```bash
Expand All @@ -47,13 +47,13 @@ pip3 install flask flask_cors spotipy
```
3- Create a ".env" file in the same folder where you cloned the script and enter your app's tokens there

4- Now simply enter your bot to your server, run the script and that's it
4- Now simply run the script and that's it
```bash
python -m main.py
```

### ES:
Para poder iniciar este bot, sigue los pasos a continuación:
Para poder iniciar este script, sigue los pasos a continuación:

1- Clona el repositorio:
```bash
Expand All @@ -67,7 +67,7 @@ pip3 install flask flask_cors spotipy
```
3- Crea un archivo ".env" en la misma carpeta donde clonaste el script e ingresa ahi los tokens de tu app

4- Ahora simplemente ingresa tu bot a tu server, ejecuta el script y ya está
4- Ahora simplemente ejecuta el script y ya está
```bash
python -m main.py
```
Expand Down

0 comments on commit 7c930e1

Please sign in to comment.