[x] I have tested my changes against the dev branch (the latest developmental version), and this pull request is targeting that branch as a base
[x] I have tested my changes on Python 3.10 or higher
[x] I have ensured my code is formatted using Black
Description
These enable the install scripts to detect when they are run from a repo clone and continue installation without prompting for a new branch / clone to be made.
Some minor changes to output in the windows ps1 script to make it a tad less verbose and clear to see what is going on.
This also fixes an edge case with startup when discord.py is missing but an extension package is installed.
dev
branch (the latest developmental version), and this pull request is targeting that branch as a baseDescription
These enable the install scripts to detect when they are run from a repo clone and continue installation without prompting for a new branch / clone to be made. Some minor changes to output in the windows ps1 script to make it a tad less verbose and clear to see what is going on. This also fixes an edge case with startup when discord.py is missing but an extension package is installed.