diff --git a/.vscode/launch.json b/.vscode/launch.json index 3cea36f..b8cd438 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Dolly", + "name": "Nessa", "type": "python", "request": "launch", "program": "main.py", diff --git a/Dolly.ico b/Dolly.ico deleted file mode 100644 index 9d2b900..0000000 Binary files a/Dolly.ico and /dev/null differ diff --git a/start_dolly.bat b/start_nessa.bat similarity index 75% rename from start_dolly.bat rename to start_nessa.bat index f6cc77d..e9d2964 100644 --- a/start_dolly.bat +++ b/start_nessa.bat @@ -1,8 +1,8 @@ @echo off -echo Starting Dolly the TODO Bot... +echo Starting Nessa the TODO Bot... REM Change the directory to where your project is located -cd E:\Development\AI Development\Dolly +cd E:\Development\AI Development\Nessa REM Activate the virtual environment call .venv\Scripts\activate