I can't run the second command. #7763
-
Beta Was this translation helpful? Give feedback.
Answered by
ChesterWOV-DPY
Mar 26, 2022
Replies: 1 comment 1 reply
-
You made a typo in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rapptz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You made a typo in the
elif
clause. You saidelif essage.content.startswith
while you should be typingelif message.content.startswith
.