Error with syntax
Tronus1409 opened this issue · 2 comments
Tronus1409 commented
hi, i wanted to start the bot, but i got following output:
File "/Discord Raidkit v2.4.1.py", line 41
27.04 14:37:14 [Bot] match option_id:
27.04 14:37:14 [Bot] ^
27.04 14:37:14 [Bot] SyntaxError: invalid syntax
how do i fix it?
the-cult-of-integral commented
The match statement was introduced in Python 3.10.0.
In order for this program to work, you should run it in the most recent Python version. Please ensure that the version of Python that is running whilst you run the bot is v3.10.0 or greater.
the-cult-of-integral commented
Closing for now - please reopen an issue if you think that the issue is persisting and is caused by non-external factors. @lITronusIl