Skip to content

Releases: AlexFlipnote/discord.http

Version 2.0.8

23 Jan 16:22
54e76e5
Compare
Choose a tag to compare

Full Changelog: 2.0.7...2.0.8

  • PublicFlags -> UserFlags renamed to make more sense
  • Added missing UserFlags bits
  • Resolved conflict with IndexError when trying to target a member/user outside of the bot's scope

Version 2.0.7

20 Jan 16:22
33442b1
Compare
Choose a tag to compare

Full Changelog: 2.0.6...2.0.7

  • Simply added default values for select menus

Version 2.0.6

19 Jan 15:55
0b7c0f1
Compare
Choose a tag to compare
  • Added Context.last_message_id
  • Added Context.recipients
  • Made Context.channel prefer interaction data if cache not found
  • Added missing types for channel classes

Version 2.0.5

19 Jan 09:36
733a69f
Compare
Choose a tag to compare

Update created because I forgot property on one of the channel types, 2.0.4 revoked

Version 2.0.3

15 Jan 16:43
256037e
Compare
Choose a tag to compare
  • Improve the handling of typing.Literal on command arguments
  • Add Guild.bulk_ban() endpoint

Version 2.0.2

05 Jan 19:34
952257e
Compare
Choose a tag to compare
  • Mostly just added support for typing.Literal to commands as an alias for commands.Choice[str]
    Full Changelog: 2.0.1...2.0.2

Version 2.0.1

27 Dec 13:05
4ac4ed9
Compare
Choose a tag to compare
  • Fixed ban/kick/unban to be more modular with argument it accepts
  • Replaced internal things to create a more type-friendly environment
  • Fixed typo in docs

Version 2.0 🎉

22 Dec 16:43
650cb86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.20...2.0

Version 1.3.20

12 Sep 00:09
4f9679a
Compare
Choose a tag to compare
  • Fix new components to messages that breaks the Message object

Version 1.3.19

11 Sep 12:17
3d73729
Compare
Choose a tag to compare

Forked the project, nothing else