| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Type up **kwargs of various methods | Nadir Chowdhury | 2021-05-10 | 1 | -9/+8 |
| | | |||||
| * | Typehint Widget | Josh | 2021-05-09 | 1 | -40/+64 |
| | | |||||
| * | Add missing reprs to some objects | Steve C | 2021-04-17 | 1 | -0/+6 |
| | | | | These are WidgetMember, BaseUser, and DeletedReferencedMessage | ||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -2/+2 |
| | | |||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+6 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -4/+2 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Code optimisations and refactoring via Sourcery | Nadir Chowdhury | 2021-02-24 | 1 | -1/+1 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Remove namedtuples to better future guard the library | Tarek | 2020-09-21 | 1 | -3/+11 |
| | | |||||
| * | Fix KeyError on Member Channels not in JSON | Anurag Singh | 2020-05-29 | 1 | -2/+4 |
| | | |||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Expose _ActivityTag as BaseActivity to easily refer to. | Rapptz | 2020-01-14 | 1 | -1/+1 |
| | | |||||
| * | Document that widget members may be incomplete. | Rapptz | 2019-12-29 | 1 | -0/+8 |
| | | | | | See https://github.com/discordapp/discord-api-docs/issues/1287 | ||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -2/+2 |
| | | |||||
| * | Fix attribute error in Widget.__repr__ | Rapptz | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Redesign asset retrieval in the library. | NCPlayz | 2019-04-06 | 1 | -2/+0 |
| | | | | | | | | | | | | Most assets now return a new class named `Asset`. This allows for the assets to be consistently saved via a `save` method instead of special casing for `Attachment`. `AppInfo` is no longer a namedtuple it is a fully documented dataclass, as well as having the state attached to it. Fixes #1997 | ||||
| * | Some widget fixes. | Rapptz | 2019-03-19 | 1 | -7/+15 |
| | | |||||
| * | Add support for guild widget | NCPlayz | 2019-03-19 | 1 | -0/+244 |