Can't run main.py
Ghosflot opened this issue · 2 comments
Ghosflot commented
Traceback (most recent call last):
File "main.py", line 2, in
from commands.playback import Playback
File "/root/m/commands/playback.py", line 10
if not (server := await Server.get(ctx)):
^
SyntaxError: invalid syntax
mytja commented
You have to use Python 3.7 or above.
Let me know if issue persists.
Ghosflot commented
Yep, I already noticed, thought it was some code error. Thanks for the response!