aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Fix Webhook states for stateful objectsDice2019-01-281-3/+3
* Fix AttributeError in webhook.sendChris Rrapi2018-11-291-1/+1
* Webhooks: add support for multi-file uploadTerrance2018-11-241-8/+28
* [lint] Fix import orderHornwitser2018-11-241-1/+2
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-1/+1
* [lint] Fix types used for __slots__ and __all__Hornwitser2018-08-221-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-13/+8
* Fix Webhook.guild raising an AttributeError.Rapptz2018-03-161-1/+1
* Add intersphinxTobotimus2018-01-061-8/+8
* Fix multipart sending for RequestsWebhookAdapter to work.Rapptz2018-01-031-2/+5
* Fix Webhook.delete not working.Rapptz2017-11-071-1/+1
* Add webhook.urlrooni2017-09-181-0/+5
* Fix docstrings for Webhook.sendRapptz2017-09-081-17/+20
* Rename webhook parameters to payload to avoid shadowing.Rapptz2017-08-241-16/+16
* Webhook URLs can have dashes and underscores.Rapptz2017-08-221-1/+1
* Fix a couple docstringsSteve C2017-08-221-3/+3
* Fix multi-part sending with aiohttp in webhooks.Rapptz2017-08-221-0/+1
* Don't make session a keyword only argument.Rapptz2017-08-211-1/+1
* Fix some docstrings.Rapptz2017-08-211-5/+3
* Fix Webhook.execute alias.Rapptz2017-08-211-2/+3
* Add webhook support.Rapptz2017-08-211-0/+651