DOC: Renamed Spotify_cog to Spotify_module (makes more sense)

FIX: Fixed Issues of Selena not starting up
This commit is contained in:
Dan
2024-06-20 22:12:52 -04:00
parent 29d9ee5432
commit 726ec91a79
6 changed files with 91 additions and 66 deletions

15
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run Selena",
"type": "debugpy",
"request": "launch",
"program": "E:\\Development\\AI Development\\Selena\\main.py",
"console": "integratedTerminal"
}
]
}