kyb3r / pycord

pycord - A discord api wrapper written in python!
MIT License
35 stars 6 forks source link

Update embed.py #6

Closed goband34 closed 6 years ago

goband34 commented 6 years ago

I added repr

henry232323 commented 6 years ago

Make it a little more regulation i.e. Object(attr=1, attr2=2) or <Embed attr=1, attr2=3>

kyb3r commented 6 years ago

maybe iterate through the slots and add in truthy attributes (ones that are used)

henry232323 commented 6 years ago

Non-nones