Skip to content

Releases: LiBa001/disputils

v0.2.0

29 May 22:27
313404e
Compare
Choose a tag to compare

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 to None
  • add and enhance documentation
  • add hide_author parameter for confirmation (#29)
  • listen for raw_reaction_add instead of reaction_add to not be reliant on message cache
  • add keyword arguments to run method
    • add timeout to customize timeout duration for pagination, multiple choice and confirmation (#34)
    • add text, timeout_msg and quit_msg for pagination and multiple choice (427bd24)

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 editing self.message, but instead sending a new message
  • other small fixes

0.1.3

08 Apr 21:53
Compare
Choose a tag to compare

changes since v0.1.2:

  • CommandInvokeError fix #4
  • added closable option for multiple choice 49894ef

First installable release

09 Feb 21:08
Compare
Choose a tag to compare
v0.1.1

added setup.py