| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add explicit type annotation to version_info and reformat | Rapptz | 2021-08-22 | 1 | -6/+8 |
| | | |||||
| * | Stricter type hint in releaselevel | Ryu JuHeon | 2021-07-21 | 1 | -2/+2 |
| | | |||||
| * | Change NamedTuple in __init__.py | Arnav Jindal | 2021-06-30 | 1 | -2/+7 |
| | | |||||
| * | First pass at preliminary thread support | Rapptz | 2021-06-08 | 1 | -0/+1 |
| | | | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints. | ||||
| * | Implement StageInstance | Nadir Chowdhury | 2021-05-30 | 1 | -0/+1 |
| | | |||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -1/+2 |
| | | |||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -24/+24 |
| | | |||||
| * | Add on_interaction event and Interaction class. | Rapptz | 2021-04-06 | 1 | -0/+1 |
| | | | | | | This is the first pass at the functionality. It's currently a bit incomplete. | ||||
| * | Remove userbot functionality | Rapptz | 2021-04-04 | 1 | -3/+1 |
| | | | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation. | ||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -2/+0 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Version bump for development | Rapptz | 2021-04-04 | 1 | -2/+2 |
| | | |||||
| * | Version bump to v1.7v1.7.0 | Rapptz | 2021-04-04 | 1 | -2/+2 |
| | | |||||
| * | Version bump for development | Rapptz | 2021-01-16 | 1 | -2/+2 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -2/+2 |
| | | |||||
| * | Bump version to 1.6v1.6.0 | Rapptz | 2021-01-07 | 1 | -2/+2 |
| | | |||||
| * | [chore] Remove redundant imports | Nadir Chowdhury | 2020-11-28 | 1 | -8/+1 |
| | | | | This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1. | ||||
| * | Added MessageReference.resolved attribute to get replied to message | Rapptz | 2020-11-27 | 1 | -1/+1 |
| | | |||||
| * | Fix `discord.RoleTags` resolution | Nadir Chowdhury | 2020-11-26 | 1 | -1/+1 |
| | | |||||
| * | Add sticker support | Zomatree | 2020-11-23 | 1 | -0/+1 |
| | | |||||
| * | Bump version for development purposes | Rapptz | 2020-11-21 | 1 | -2/+2 |
| | | |||||
| * | Version bump to v1.5.1v1.5.1v1.5.x | Rapptz | 2020-10-19 | 1 | -2/+2 |
| | | |||||
| * | Version bump to v1.5.0v1.5.0 | Rapptz | 2020-09-28 | 1 | -2/+2 |
| | | |||||
| * | Implement VoiceProtocol lower level hooks. | Rapptz | 2020-09-23 | 1 | -1/+1 |
| | | | | | | This allows changing the connect flow and taking control of it without relying on internal events or tricks. | ||||
| * | Add support for message_reference on Message object | Sebastian Law | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Version bump for development purposes | Rapptz | 2020-08-22 | 1 | -2/+2 |
| | | |||||
| * | Version bump to 1.4.1v1.4.1 | Rapptz | 2020-08-09 | 1 | -2/+2 |
| | | |||||
| * | Extend __path__ with pkgutil to allow editable extensions | Bryan Forbes | 2020-08-07 | 1 | -0/+2 |
| | | |||||
| * | Version bump to 1.4v1.4.0 | Rapptz | 2020-08-05 | 1 | -2/+2 |
| | | |||||
| * | Add an exposed way to extract shard-specific information. | Rapptz | 2020-07-25 | 1 | -1/+1 |
| | | | | | Closes #2654 | ||||
| * | Add support for integrations | Nadir Chowdhury | 2020-06-28 | 1 | -0/+1 |
| | | |||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 1 | -0/+1 |
| | | |||||
| * | [docs] Fix PublicUserFlags not showing up | Nadir Chowdhury | 2020-06-04 | 1 | -1/+1 |
| | | |||||
| * | Bump version for development | Rapptz | 2020-04-06 | 1 | -2/+2 |
| | | |||||
| * | Add support for configuring allowed mentions per message or bot wide. | Rapptz | 2020-04-04 | 1 | -0/+1 |
| | | |||||
| * | Version bump to v1.3.3v1.3.3 | Rapptz | 2020-04-04 | 1 | -2/+2 |
| | | |||||
| * | Bump version to v1.3.2v1.3.2 | Rapptz | 2020-02-22 | 1 | -2/+2 |
| | | |||||
| * | Version bump to v1.3.1v1.3.1 | Rapptz | 2020-01-26 | 1 | -2/+2 |
| | | |||||
| * | Version bump to v1.3v1.3.0 | Rapptz | 2020-01-24 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -2/+2 |
| | | | | | Closes #2510 | ||||
| * | Implement discord.MessageFlags | NCPlayz | 2019-12-20 | 1 | -1/+2 |
| | | | | | Refactor flags placement and use it for suppression. | ||||
| * | Move PartialEmoji over to a new namespace to avoid circular imports | Rapptz | 2019-11-20 | 1 | -1/+2 |
| | | |||||
| * | Version bump for development purposes. | Rapptz | 2019-07-27 | 1 | -2/+2 |
| | | |||||
| * | Export Team related stuff from __init__ | Rapptz | 2019-06-30 | 1 | -0/+1 |
| | | |||||
| * | Version bump to 1.2.3v1.2.3 | Rapptz | 2019-06-25 | 1 | -2/+2 |
| | | |||||
| * | Version bump to 1.2.2v1.2.2 | Rapptz | 2019-06-09 | 1 | -2/+2 |
| | | |||||
| * | Version bump to 1.2.1v1.2.1 | Rapptz | 2019-06-09 | 1 | -2/+2 |
| | | |||||
| * | Version bump to 1.2.0v1.2.0 | Rapptz | 2019-06-09 | 1 | -2/+2 |
| | | |||||
| * | Add support for system channel flags | Rapptz | 2019-06-06 | 1 | -1/+1 |
| | | |||||
| * | Change version to v1.2.0a for development purposes. | Rapptz | 2019-05-11 | 1 | -2/+2 |
| | | |||||
| * | Version bump to v1.1.1v1.1.1 | Rapptz | 2019-05-11 | 1 | -2/+2 |
| | | |||||