1.1.9 #54
dotchetter
announced in
Announcements
1.1.9
#54
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v 1.1.9
2021-12-11
This release includes bug fixes but also some new cool features.
🌟 News
Messageobject in Intents instead ofbeing accessed on the Intent itself.
Accessing Entities on the Intent is supported until 1.2.0 and will raise
a deprecation warning.
values of interest in messages from users.
🐛 Splatted bugs and corrected issues
MessageMixininIntent.respond()implementation -> Corrected to now hintingMessage.👀 Changes
str, butEntityinstances. To fetch the valueof the entity itself as previously done by
name = self.entities.get ("name")is now instead done asname = self.entities.get("name").valueThis discussion was created from the release 1.1.9.
Beta Was this translation helpful? Give feedback.
All reactions