| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | [lint] Fix incorrect and inconsistent whitespace | Hornwitser | 2018-08-22 | 1 | -1/+1 |
| | | | | | Adjust whitespace to be consistent with the rest of the library. | ||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -9/+9 |
| | | |||||
| * | Update embed property doc grammar | Steve C | 2017-08-29 | 1 | -6/+6 |
| | | |||||
| * | Simplify embed timestamp code due to it being fixed Discord side. | Rapptz | 2017-07-09 | 1 | -8/+1 |
| | | | | | See https://github.com/hammerandchisel/discord-api-docs/issues/291 | ||||
| * | Make checking for truth-ness of EmbedProxy easier. | Rapptz | 2017-06-16 | 1 | -0/+3 |
| | | |||||
| * | Handle aware datetimes in embeds. | Rapptz | 2017-03-13 | 1 | -2/+9 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add missing fields to Embed.from_data() | Ian Salmons | 2017-01-08 | 1 | -1/+1 |
| | | |||||
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -3/+2 |
| | | |||||
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -2/+3 |
| | | |||||
| * | Make discord.Embed builder more strict and easier to use. | Rapptz | 2016-11-22 | 1 | -70/+147 |
| | | | | | | | | | | | | | | | | | Allow for easier use when trying to "reuse" the same discord.Embed object by providing new methods such as Embed.clear_fields, Embed.set_field_at, and allowing you to set things to Embed.Empty to clear out an attribute. For ease of use, things are automatically casted to ``str`` to prevent the user from having HTTP 400 errors if they forgot to do so. The new embed builder also supports "fluent-style" interface to allow you to chain methods in a single line if necessary. Certain parameters were removed since they were ignored by Discord anyway such as `width` and `height` in Embed.set_image and Embed.set_thumbnail. | ||||
| * | Add support for rich embeds. | Rapptz | 2016-11-13 | 1 | -0/+398 |