tylergibbs2 / async2rewrite

Automagically converts discord.py async-branch code to rewrite-branch code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tylergibbs2 opened this issue · comments

commented

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.

HACKYTUBFEST!(sorry for shitpost)