Hello, Can someone Help me Please Thanks :D

File “main.py”, line 306
if not channel and not ctx.author.voice:
^
IndentationError: unexpected indent
exit status 1

Well, there seems to be an unexpected indent, but I assume you already know that :smiley:
In order to tell you why this indent is unexpected one would need to look at the context. Since this is a rather simple error, I would advise you to just look what comes before this if statement and look where the indent error is coming from.

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