Release date : january (happy new year 2025 🎉)
You can test this version just by doing :
pip install git+https://github.com/Dispy-inc/Dispy.git
- Support adding reactions and removing them.
- ISO timestamp are now automaticly converted to epoch timestamp, now dispy will only use this kind of timestamp because it is easier to manipulate it.
- Started working on Slash Commands
- Editing a message now return a message object.
- Fixed an issue with DictWrapper, which made if the debug mode was disable, it will failed if there is an extra field.
- Pydantic dependency.
Now that dispy has completely removed iso timestamp, you will need to recalculate and recode parcel of your code that use the old timestamp. The epoch timestamps is using seconds and milliseconds are in decimals.