#๐ My discord bot bug
26 messages ยท Page 1 of 1 (latest)
@lavish olive
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
line 35
Typo
menage_messages != manage_messages
its good ?
What I was saying was
"menage_messages" is not the same as "manage_messages"
Do you understand the typo?
no sorry
Just replace "menage_messages" with "manage_messages" at line 35
ahhhh
thanks bro
its good
now the whole line is the same color whereas before no, you really save me
That's a recent addition to Python in general
!e
s = "foo"
print(s.uppre())
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 2, in <module>
003 | print(s.uppre())
004 | ^^^^^^^
005 | AttributeError: 'str' object has no attribute 'uppre'. Did you mean: 'upper'?
Hm, very cool
!close
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.