Releases: AlexFlipnote/discord.http
Releases · AlexFlipnote/discord.http
Version 2.0.8
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
Full Changelog: 2.0.6...2.0.7
- Simply added default values for select menus
Version 2.0.6
- 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
Update created because I forgot property on one of the channel types, 2.0.4 revoked
Version 2.0.3
- Improve the handling of
typing.Literal
on command arguments - Add
Guild.bulk_ban()
endpoint
Version 2.0.2
- 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
- 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 🎉
What's Changed
- use new discord.http support server by @ignaigna in #11
- Feat/gateway (v2) merge into master by @AlexFlipnote in #12
New Contributors
Full Changelog: 1.3.20...2.0
Version 1.3.20
- Fix new components to messages that breaks the
Message
object
Version 1.3.19
Forked the project, nothing else