Zwylair / BetterDiscordAutoInstaller

MIT License
99 stars 6 forks source link

Problem with startupmanager (got_imput) #7

Closed overnite22 closed 7 months ago

overnite22 commented 7 months ago

File ".\startup_manager.py", line 39 match got_input: ^ SyntaxError: invalid syntax

Zwylair commented 7 months ago

The BetterDiscordAutoInstaller is meant to run on python 3.11. startup_manager.py script uses the match case construction that was added in python 3.10, and if you get a SyntaxError, it means you are using a python version before 3.10

overnite22 commented 7 months ago

yeah just noticed i did not update to 3.12 on my main machine lol ty friend ^^