| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Consistent use of __all__ to prevent merge conflicts. | Rapptz | 2019-04-20 | 12 | -36/+130 |
| | | |||||
| * | [commands] Clean docstrings in Command.parents and Command.root_parent | Rapptz | 2019-04-20 | 1 | -7/+3 |
| | | |||||
| * | [commands] Consistently mention inheritance of exceptions. | Rapptz | 2019-04-20 | 1 | -12/+45 |
| | | |||||
| * | [commands] Add Command.parents | Vexs | 2019-04-20 | 1 | -8/+22 |
| | | | | | Make command.root_parent use new command.parents property | ||||
| * | [commands] Add custom exception classes for built-in checks | Vexs | 2019-04-20 | 3 | -47/+241 |
| | | | | | | | | | Added: * MissingRole * BotMissingRole * MissingAnyRole * BotMissingAnyRole | ||||
| * | Make Message.ack an actual coroutine function. | Rapptz | 2019-04-20 | 1 | -2/+2 |
| | | |||||
| * | Add currently undocumented premium_tier field. | Rapptz | 2019-04-20 | 1 | -1/+2 |
| | | | | | Needs more testing to find out what it is. | ||||
| * | Explicit namespacing in the PermissionOverwrite example. | Rapptz | 2019-04-19 | 1 | -1/+1 |
| | | | | | Apparently some people get confused by this. | ||||
| * | [commands] Missing an extra ] in the documented return type. | Rapptz | 2019-04-19 | 1 | -1/+1 |
| | | |||||
| * | [commands] Allow passing cls to the commands.group decorator | Vexs | 2019-04-19 | 1 | -3/+8 |
| | | |||||
| * | Add reason to TextChannel.create_webhook | Rapptz | 2019-04-18 | 2 | -4/+10 |
| | | | | | | The reason parameter does not work with webhook deletes or edits so they're not added. Probably a Discord bug. | ||||
| * | Add abc.GuildChannel.clone to clone a channel with another name. | Rapptz | 2019-04-18 | 2 | -0/+71 |
| | | | | | Fixes #2093 | ||||
| * | Add note about overriding Client.close vs Client.logout | Rapptz | 2019-04-18 | 1 | -0/+6 |
| | | |||||
| * | Make context documentation in migration a bit more clear. | Rapptz | 2019-04-18 | 1 | -7/+11 |
| | | |||||
| * | Add versionchanged to Message.delete | Rapptz | 2019-04-18 | 1 | -0/+3 |
| | | |||||
| * | [commands] Update default on_command_error | sirtezza451 | 2019-04-18 | 1 | -2/+1 |
| | | |||||
| * | Add delay kwarg to message.delete() | Vexs | 2019-04-18 | 2 | -17/+20 |
| | | | | | Refactor delete_after kwargs to use new delay kwarg | ||||
| * | Add support for <:name:id> format for adding reactions | Vexs | 2019-04-17 | 2 | -3/+5 |
| | | | | | Adjust FAQ to match. | ||||
| * | add read-only cached_messages property to Client | khazhyk | 2019-04-17 | 3 | -2/+39 |
| | | | | | For those of us who want access to this sweet trove of zero hop messages | ||||
| * | [commands] Add new MessageConverter to commands prose page. | Rapptz | 2019-04-17 | 2 | -4/+8 |
| | | |||||
| * | [commands] Add MessageConverter to fetch messages by URL or ID. | retke | 2019-04-17 | 2 | -1/+39 |
| | | |||||
| * | Remove legacy nsfw check. | Rapptz | 2019-04-16 | 1 | -6/+3 |
| | | |||||
| * | Make discord --version a bit more helpful. | Rapptz | 2019-04-16 | 1 | -4/+24 |
| | | |||||
| * | Remove Python 3.5 check in __main__.py | Rapptz | 2019-04-16 | 1 | -7/+1 |
| | | |||||
| * | Improve performance of value -> enum by about 5x. | Rapptz | 2019-04-15 | 3 | -4/+57 |
| | | |||||
| * | [tasks] Fix assignment of tuple when appending | Danny | 2019-04-15 | 1 | -1/+1 |
| | | |||||
| * | Fix UnboundLocalError when RequestsWebhookAdapter raises an error. | Rapptz | 2019-04-15 | 1 | -1/+4 |
| | | |||||
| * | Add notes to all relationship endpoints that they don't work on bots. | Rapptz | 2019-04-14 | 1 | -10/+74 |
| | | |||||
| * | Internal consistency with message related HTTPClient methods | Rapptz | 2019-04-14 | 4 | -16/+16 |
| | | |||||
| * | Bump version to 1.1.0a | Rapptz | 2019-04-14 | 1 | -2/+2 |
| | | |||||
| * | Add compute_prune_count to Guild.prune_members | Rapptz | 2019-04-14 | 2 | -7/+14 |
| | | | | | Fix #2085 | ||||
| * | [commands] Use message creation as the reference time in cooldowns | Rapptz | 2019-04-14 | 1 | -1/+3 |
| | | |||||
| * | [commands] Allow passing reference time to update_rate_limit | Rapptz | 2019-04-14 | 1 | -2/+2 |
| | | |||||
| * | Fix abc.GuildChannel.overwrites returning None keys. | Rapptz | 2019-04-14 | 1 | -1/+8 |
| | | | | | | This has potential for data loss as a consequence of how the function works. | ||||
| * | Fix typo in on_raw_reaction_remove docs. | Rapptz | 2019-04-14 | 1 | -1/+1 |
| | | |||||
| * | Fix attribute error in Widget.__repr__ | Rapptz | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Add equality comparisons between two assets and hashing an asset. | Rapptz | 2019-04-13 | 1 | -0/+21 |
| | | |||||
| * | Bool fix in TextChannel.purge documentation. | Lorenzo | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | [commands] Support callables in Greedy converter | Rapptz | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix lambda converters in non-module contexts. | Rapptz | 2019-04-13 | 1 | -1/+1 |
| | | | | | Not sure why anyone would do this but might as well fix it. | ||||
| * | Change slowmode max value in docs | apple502j | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Add `Permissions.stream` | NCPlayz | 2019-04-12 | 1 | -3/+10 |
| | | | | | Add stream to Permissions classmethods | ||||
| * | Improvements to intro docs. | Dante Dam | 2019-04-12 | 1 | -7/+7 |
| | | |||||
| * | [tasks] set internal task to None after canceling | Steve C | 2019-04-12 | 1 | -0/+1 |
| | | |||||
| * | Remove "needs python 3.5+" from async iter section | apple502j | 2019-04-12 | 1 | -2/+1 |
| | | |||||
| * | [tasks] Add before_loop and after_loop decorators | Rapptz | 2019-04-12 | 2 | -19/+124 |
| | | |||||
| * | Export tasks extension | Rapptz | 2019-04-12 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add versionadded to dm_only | Rapptz | 2019-04-12 | 1 | -0/+2 |
| | | |||||
| * | Update FAQ with some common tags | Vexs | 2019-04-12 | 1 | -4/+70 |
| | | | | | | | | Pointed references to random.cat to use their aws api Added details about custom and unicode emojis to how to add a reaction Added watching example to presence changing Added new fetch methods to specific model FAQ | ||||
| * | [tasks] Document version added | Rapptz | 2019-04-11 | 1 | -0/+2 |
| | | |||||