| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Take back ownership of files from aiohttp for retrying requests. | Rapptz | 2019-03-18 | 1 | -10/+35 |
| | | | | | Fix #1809 | ||||
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | Add support for spoiler attachments. | Rapptz | 2018-12-14 | 1 | -1/+6 |
| | | |||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -2/+2 |
| | | |||||
| * | Fix File not using the filename if given | FrostLuma | 2017-04-08 | 1 | -0/+2 |
| | | |||||
| * | Add support for multiple file attachments. | Rapptz | 2017-04-08 | 1 | -0/+73 |
| This is a breaking change. No longer does Messageable.send have a filename keyword argument, instead this is all handled through the discord.File model. To upload many files you must specify a list of discord.File objects. | |||||