dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
683 stars 162 forks source link

Send_friend_request #307

Closed jonnytracker closed 2 years ago

jonnytracker commented 2 years ago

Summary

return Relationship(state=state, data=data) NameError: name 'Relationship' is not defined

Reproduction Steps

await client.send_friend_request(user)

Code

await client.send_friend_request(user)

Expected Results

success

Actual Results

return Relationship(state=state, data=data) NameError: name 'Relationship' is not defined

System Information

line 2413, in send_friend_request return Relationship(state=state, data=data) NameError: name 'Relationship' is not defined

Checklist

Additional Information

dolfies ask to submit this

JU5TDIE commented 2 years ago

dolfies ask to submit this

I was gonna create issue about this. I'm glad that he's already aware of this.

dolfies commented 2 years ago

I'll go through all these small bugs this weekend.