aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempt to change how member functions are detected for Member objectsRapptz2017-09-041-1/+1
* Fix __hash__ for Invite objects.Rapptz2017-09-041-0/+3
* Switched places of user and reaction in wait_for exampleNick2017-08-311-1/+1
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-0/+6
* [commands] Have (bot_)has_permissions provide better failure responsesReinaSakuraba2017-08-301-2/+21
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-1/+43
* Manually format reason parameter for kick and ban.Rapptz2017-08-301-2/+6
* Fix utils.get example.Rapptz2017-08-301-1/+1
* Sort roles by hierarchy instead of by ID.Rapptz2017-08-291-18/+9
* Update embed property doc grammarSteve C2017-08-291-6/+6
* [commands] Add CooldownMapping.from_cooldown factory classmethod.Rapptz2017-08-271-0/+4
* [commands] Export cooldown classes as well.Rapptz2017-08-271-1/+1
* Fix on_guild_join param docSteve C2017-08-271-1/+1
* Add pinning to manage_messages docSteve C2017-08-271-1/+1
* Add upload from URL to the FAQ.Rapptz2017-08-251-0/+15
* 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 docstringEthan2017-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
* Add atomic keyword argument for member role editing operations.Rapptz2017-08-211-11/+33
* Lazily fetch Emoji.roles and Emoji.guild to prevent memory leaks.Rapptz2017-08-211-11/+21
* Game objects are really dumb.Rapptz2017-08-211-4/+4
* Fix some docstrings.Rapptz2017-08-211-5/+3
* Fix Webhook.execute alias.Rapptz2017-08-211-2/+3
* Add webhook support.Rapptz2017-08-2110-7/+813
* Use time.monotonic instead of time.time for heartbeat code.Rapptz2017-08-191-5/+5
* Consume remaining keyword arguments in Game constructor.Rapptz2017-08-191-1/+1
* Update system_content strings for MessageType.new_member.Rapptz2017-08-171-22/+40
* Remove incorrect extraneous usage of reason keyword argument.Rapptz2017-08-171-1/+1
* Add support for Guild.system_channelRapptz2017-08-174-2/+36
* Add default type for Game.Rapptz2017-08-161-7/+7
* use cdn url for custom emojisAshton Tito2017-08-161-1/+1
* Minor fixes in migrating docGorialis2017-08-161-7/+7
* Add Client.latency, AutoShardedClient.latency and latencies.Rapptz2017-08-153-0/+29
* Remove reason keyword argument from message deletion.Rapptz2017-08-153-25/+13
* Add delete_after to 'edit'.MysterialPy2017-08-151-1/+21
* Fix cases where user_id can be None in audit logs.Rapptz2017-08-151-1/+1
* [commands] Raise when an invalid prefix is given.Rapptz2017-08-151-5/+18
* Fix extraneous parentheses in Client.emojis render in migrating docs.Rapptz2017-08-121-1/+1
* Fix the proxy support for aiohttp>=1.4.PapyrusThePlant2017-08-112-4/+17
* [commands] Ensure no mentions escape clean_contentRapptz2017-08-101-10/+2
* [commands] Fix clean_content converter not properly escaping mentions.Rapptz2017-08-101-24/+29
* Support for discord.Object in Member.remove_roles and Member.add_rolesRapptz2017-08-091-5/+8
* Make discord.Object hashable.Rapptz2017-08-091-1/+16
* Disallow setting non-permission attributesMitchell Ferree2017-08-081-0/+2
* Add heartbeat_timeout to the Client options.Rapptz2017-08-084-2/+11
* Add DiscordWebSocket.latency to measure discord heartbeat latency.Rapptz2017-08-081-0/+9
* Fixed ExponentialBackoff not working when integralMatt Gardner2017-08-081-1/+1