Version 0.2.0
Hooray, it's finally here! 🎉
This release has taken me waaaay too long, I'm sorry.
Some of these changes might be braking previous code, so be careful!
Improvements:
- possible to have any user interacting by setting
users
parameter toNone
- add and enhance documentation
- add
hide_author
parameter for confirmation (#29) - listen for
raw_reaction_add
instead ofreaction_add
to not be reliant on message cache - add keyword arguments to
run
method
Fixes:
- type annotations and code formatting: PEP8, use code style black, setup flake8 workflow (#28)
- ignore close emoji when dialog is set to not closable
- don't raise Forbidden error, when the bot lacks permission
- fix
MultipleChoice.embed
property not being used when run (#30) run
method not editingself.message
, but instead sending a new message- other small fixes