-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug occurs when accepting friend request. #33
Comments
Hello |
@AJSOCOOL881 I'm guessing this isn't you talking about the issue and more about a discussion regarding the bot. If you'd like to have that, this isn't the right place. Join the discord @ https://discord.gg/fnpy if you want to discuss the bot. :) |
fuck you you take my account give my account back plesae scammer |
scammer |
you has brain malfunction in code bro |
stoopid he didnt take your account |
Hola |
What’s a bit name |
What’s a bot name |
we must help oli resolve this issue asap |
Como crio um bot? |
lol |
i am just confused how this is still open, this is a simple fix that could be done in 3 actions go to your code |
its a example issue lol |
😉 I already know. |
Thanks teenari very cool |
wow that was really cool |
3 similar comments
wow that was really cool |
wow that was really cool |
wow that was really cool |
its an example issue |
seriously |
seems serious |
Error.
Whenever the bot receives a friend request, it raises the error:
AttributeError: type object 'Friend' has no attribute 'acept'
Cause (if applicable).
This is caused by the typo in
friend.acept()
on line 35.Solution (if applicable).
To fix this, change
friend.acept()
on line 35 tofriend.accept()
.The text was updated successfully, but these errors were encountered: