| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document remaining public enums. | NCPlayz | 2019-05-09 | 1 | -17/+110 |
| | | | | | | | | | | - UserContentFilter - FriendFlags - PremiumType - Theme UserFlags is not documented as though it is only used internally. | ||||
| * | Add cached_message to on_raw_message_edit event | Vexs | 2019-05-09 | 3 | -3/+12 |
| | | | | | Also add documentation for this behavior | ||||
| * | Mention what can be done during initialisation in embeds. | Rapptz | 2019-05-07 | 1 | -3/+6 |
| | | |||||
| * | [commands] Better note for Command.invoke | Rapptz | 2019-05-05 | 1 | -6/+11 |
| | | |||||
| * | Translation sync with Crowdin | Rapptz | 2019-05-04 | 19 | -11331/+9336 |
| | | |||||
| * | Actually use multiple checks in the examples for checks. | Rapptz | 2019-05-01 | 1 | -0/+2 |
| | | |||||
| * | Add log line to show if we disconnected normally. | Rapptz | 2019-05-01 | 1 | -0/+1 |
| | | |||||
| * | [tasks] Add way to query cancellation state for Loop.after_loop | Rapptz | 2019-04-30 | 2 | -8/+51 |
| | | | | | Fixes #2121 | ||||
| * | Add support for voice kicking. | Rapptz | 2019-04-30 | 1 | -5/+13 |
| | | |||||
| * | [commands] Fix MessageConverter not inheriting from Converter | Rapptz | 2019-04-29 | 1 | -1/+1 |
| | | | | | Closes #2126 | ||||
| * | [tasks] Remove support for awaitables due to gotchas. | Rapptz | 2019-04-29 | 2 | -37/+17 |
| | | | | | Fixes #2079 | ||||
| * | Proper location of versionadded | Rapptz | 2019-04-29 | 1 | -2/+2 |
| | | |||||
| * | Fixed a typo in GuildChannel.overwrites docstring | DevilXD | 2019-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed TextChannel edit method missing slowmode unit | DevilXD | 2019-04-29 | 2 | -4/+4 |
| | | |||||
| * | Added missing get_role method to the faq. | Tarek1337 | 2019-04-29 | 1 | -0/+1 |
| | | |||||
| * | Add read method to attachment objects | Vexs | 2019-04-29 | 1 | -2/+37 |
| | | | | | Refactor save to use new read method | ||||
| * | [commands] Fix Context.send_help to work with the copied HelpCommand | Rapptz | 2019-04-29 | 1 | -0/+2 |
| | | |||||
| * | [commands] Copy HelpCommand instances to prevent race conditions. | Rapptz | 2019-04-29 | 1 | -29/+52 |
| | | | | | | | | | Fixes #2123 Slight breaking change if someone had an expectation that no copies were made behind the scene (which is sensible), however writing code that relies on this expectation is probably buggy anyway. | ||||
| * | Fix USER_UPDATE changes not triggering for member instances. | Rapptz | 2019-04-28 | 2 | -19/+31 |
| | | | | | Also add a ClientUser.locale attribute. | ||||
| * | Rewrite loop cleanup code (again...) and remove signal handling. | Rapptz | 2019-04-26 | 1 | -66/+27 |
| | | | | | This should hopefully be the last time I touch this. | ||||
| * | voice room → voice channel in event documentation | Rapptz | 2019-04-25 | 1 | -2/+2 |
| | | |||||
| * | Use a regular boolean instead of asyncio.Event for close status. | Rapptz | 2019-04-25 | 2 | -6/+6 |
| | | |||||
| * | [commands] Allow passing `current` to more cooldown mapping methods. | Rapptz | 2019-04-24 | 2 | -5/+9 |
| | | | | | Also adds a CooldownMapping.update_rate_limit helper function. | ||||
| * | Add Asset.read() to retrieve assets into bytes objects | slice | 2019-04-20 | 1 | -22/+40 |
| | | |||||
| * | [commands] Allow passing of a message to NoPrivateMessage again. | Rapptz | 2019-04-20 | 2 | -4/+5 |
| | | | | | Prevents an accidental breaking change. | ||||
| * | [commands] DM channels are NSFW in commands.is_nsfw check. | Rapptz | 2019-04-20 | 1 | -2/+3 |
| | | |||||
| * | 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 |
| | | |||||