aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for animated emoji to commands ext EmojiConverterJoshua Butt2017-12-221-1/+1
* Use the proper endpoint for removing your own reaction.Rapptz2017-12-212-1/+9
* Update Emoji.url to point to the GIF version of the animated emoji.Rapptz2017-12-211-1/+2
* Animated emoji support.Rapptz2017-12-211-1/+6
* Proper variable name in Client.clear.Rapptz2017-12-201-1/+1
* Add Client.clear to clear the bot's internal state to a clean slate.Rapptz2017-12-162-0/+16
* Update README to point to new server.Rapptz2017-11-281-3/+3
* Prefix sha to fix leading zeros being strippedkhazhyk2017-11-211-1/+1
* Fix self._process not existing during cleanup() in case of errorDaniel2017-11-211-0/+1
* [commands] Fix minor spelling mistakeS Stewart2017-11-201-1/+1
* Stop asyncio.async throwing a syntax error in 3.7.MysterialPy2017-11-131-1/+1
* Missing Voice RegionsMippy (William)2017-11-122-0/+11
* Fixed a zero division error when accessing latenciesverixx2017-11-121-1/+3
* Fix Spelling ErrorMippy (William)2017-11-121-1/+1
* Fix Webhook.delete not working.Rapptz2017-11-071-1/+1
* Missing name parameter in VoiceChannel.edit documentation.Rapptz2017-10-261-0/+2
* Fix URI quoting in Route.Rapptz2017-10-241-1/+1
* is_avatar_animated should always return boolkhazhyk2017-10-241-1/+1
* Quote all Route paramsGorialis2017-10-201-1/+1
* Use local version identifer for SHAkhazhyk2017-10-141-1/+1
* Reimplement zlib streaming.Rapptz2017-10-143-18/+55
* Show sha1 for development versions.khazhyk2017-10-141-1/+6
* Revert "Implement zlib streaming for the gateway."Rapptz2017-10-142-26/+6
* Implement zlib streaming for the gateway.Rapptz2017-10-122-6/+26
* [commands] Minor speed-up for the BucketType.guild case.Rapptz2017-10-081-1/+1
* [commands] Make CooldownMapping.get_bucket take Message instead.Rapptz2017-10-082-7/+6
* Fix TypeError in utils.oauth_urlReinaSakuraba2017-10-041-1/+1
* [commands] Split Cooldown state processing to two different functions.MysterialPy2017-10-032-8/+34
* Further clarify how bots can interact with emoji endpointsPandentia2017-10-032-0/+6
* Remove reference to "whitelisted" bots for emoji endpointsPandentia2017-10-032-9/+0
* Fix AppInfo.id being a stringReinaSakuraba2017-10-021-1/+1
* Move pre-emptive message to DEBUG log level.Rapptz2017-10-011-1/+1
* Allow creating a channel with a category.Rapptz2017-09-292-7/+21
* Fix Guild.system_channel always returning None.Rapptz2017-09-261-1/+1
* Don't use Bulk Channel Edit endpoint if not actually moving channels.Rapptz2017-09-242-2/+5
* Temporarily add created channels to cache.Rapptz2017-09-231-3/+15
* Changed discord.Client.event to debug log success instead of info log.espeonofespeonage2017-09-231-1/+1
* Fix margins on <p> tags.Rapptz2017-09-221-0/+4
* Properly handle cases where a category is removed.Rapptz2017-09-211-1/+1
* Fix header size warnings.Rapptz2017-09-211-1/+1
* Add custom details directive.Rapptz2017-09-212-1/+58
* More CSS fixes.Rapptz2017-09-211-2/+9
* Fix weird margins with unordered lists in the HTML5 output.Rapptz2017-09-211-0/+9
* Try to build HTML5 for docs.Rapptz2017-09-212-0/+3
* Fix sorting for channels.Rapptz2017-09-211-5/+5
* [guild] use a defaultdict in by_categoryJake2017-09-201-8/+3
* Changed README from using Markdown to use reStructuredTextGiovani Irimea2017-09-183-111/+107
* Add webhook.urlrooni2017-09-181-0/+5
* Add an example for on_reaction_add waiting.Rapptz2017-09-181-0/+19
* Change how coroutines are detected internally.Rapptz2017-09-161-3/+4