So on python (Discord.py mainly) i keep getting the same error on a "$move" command how do i fix it.
the error is
python -u "/Users/ats/Desktop/bot.py"
iMac:~ ats$ python -u "/Users/ats/Desktop/bot.py
File "/Users/ats/Desktop/bot.py", line 8
async def on_ready():
^
SyntaxError: invalid syntax
Please help me.
Here is my code: (Click this blue text)
------------------------------------------ NOTE: i have no experience in coding