help with line 17

Hi i am following the python discord bot tutorial, and it keeps having a problem with my indentation.
How can i fix this?

indentation is a fundamental part of python syntax, if you have never learned them maybe you will benefit from a course on the basics

the indentation on line 17 doesn’t match the others, it is of the wrong depth to have any meaning

looks like you need to add a space before the if statement where it’s erroring out on.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.