aboutsummaryrefslogtreecommitdiff
path: root/discord/file.py
Commit message (Collapse)AuthorAgeFilesLines
* Add intersphinxTobotimus2018-01-061-2/+2
|
* Fix File not using the filename if givenFrostLuma2017-04-081-0/+2
|
* Add support for multiple file attachments.Rapptz2017-04-081-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.