Skip to content

Releases: brazier-dev/hikari-toolbox

v0.1.6

18 Dec 18:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

18 Feb 20:36
Compare
Choose a tag to compare

This release adds support for python 3.11 and removing text formatting

What's Changed

  • Add Python 3.11 support by @HyperGH in #21
  • Add function to remove all Discord formatting text from string #4 by @Labretx in #8

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

05 Dec 00:56
6705e77
Compare
Choose a tag to compare
  • Fix can_moderate not accounting for ADMINISTRATOR permissions.
  • Fix assertion error in calculate_permissions when there are no overrides for @everyone.
  • Bump hikari to v.2.0.0.dev113.

v0.1.3

30 Sep 18:09
Compare
Choose a tag to compare
  • Divided the library up into seperate files.
  • Fixed a bug where can_moderate and calculate_permissions were missing from __all__.