tylergibbs2 / async2rewrite

Automagically converts discord.py async-branch code to rewrite-branch code.
MIT License
20 stars 10 forks source link

Convert Message.timestamp to Message.created_at without breaking Embed.timestamp #7

Open tylergibbs2 opened 7 years ago

tylergibbs2 commented 7 years ago

This project does not convert Message.timestamp due to the fact that changing all attributes with the name timestamp would break Embed.timestamp. Some way of type checking the parent attribute for all attributes named timestamp would need to be implemented.

ghost commented 7 years ago

HACKYTUBFEST!(sorry for shitpost)