| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Type-hint object.py | Josh | 2021-05-05 | 1 | -3/+15 |
| | | |||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+4 |
| | | |||||
| * | 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`. | ||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Convert id parameter of Object into int or raise TypeError on failure | Rapptz | 2020-04-19 | 1 | -1/+6 |
| | | | | | | | | This prevents breakage for users who pass in a str as an ID whereas it previously worked. Fix #4002 | ||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Fix discord.Object type hinting docs | Joshua B | 2019-09-19 | 1 | -1/+1 |
| | | | | discord.Object requires ID as an int not str | ||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -1/+1 |
| | | |||||
| * | Make __repr__ slightly more detailed and add a few missing ones. | Rapptz | 2019-05-26 | 1 | -0/+3 |
| | | | | | | | This includes raw events (which didn't have any) and a few other types that were missing them. Upon review some more useful fields were added to the repr output which would be more useful during debugging. | ||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -1/+1 |
| | | |||||
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | [lint] Fix incorrect and inconsistent whitespace | Hornwitser | 2018-08-22 | 1 | -0/+1 |
| | | | | | Adjust whitespace to be consistent with the rest of the library. | ||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | Make discord.Object hashable. | Rapptz | 2017-08-09 | 1 | -1/+16 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| | | |||||
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| | | |||||
| * | Fix import for Object.created_at | Rapptz | 2016-09-10 | 1 | -1/+1 |
| | | |||||
| * | Fix discord.Object documentation. | Rapptz | 2016-05-31 | 1 | -2/+2 |
| | | |||||
| * | Add missing created_at properties for other objects. | Rapptz | 2016-03-25 | 1 | -0/+7 |
| | | | | | Such as Channel, PrivateChannel, Object and Role. | ||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Revert "Use super() in classes that could be subclassed." | Rapptz | 2016-01-04 | 1 | -1/+0 |
| | | | | | This reverts commit 948f565b430d80f782d0b7c264cc0b27aa1ec0b2. | ||||
| * | Use super() in classes that could be subclassed. | Rapptz | 2016-01-04 | 1 | -0/+1 |
| | | |||||
| * | Clean-up documentation to use NumPy style docs on remaining classes. | Rapptz | 2015-12-16 | 1 | -1/+1 |
| | | |||||
| * | Switch to NumPy style documentation. | Rapptz | 2015-12-04 | 1 | -2/+3 |
| | | |||||
| * | Add discord.Object class for generic pass-by-ID. | Rapptz | 2015-10-27 | 1 | -0/+46 |