aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added missing get_role method to the faq.Tarek13372019-04-291-0/+1
|
* Add read method to attachment objectsVexs2019-04-291-2/+37
| | | | Refactor save to use new read method
* [commands] Fix Context.send_help to work with the copied HelpCommandRapptz2019-04-291-0/+2
|
* [commands] Copy HelpCommand instances to prevent race conditions.Rapptz2019-04-291-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.Rapptz2019-04-282-19/+31
| | | | Also add a ClientUser.locale attribute.
* Rewrite loop cleanup code (again...) and remove signal handling.Rapptz2019-04-261-66/+27
| | | | This should hopefully be the last time I touch this.
* voice room → voice channel in event documentationRapptz2019-04-251-2/+2
|
* Use a regular boolean instead of asyncio.Event for close status.Rapptz2019-04-252-6/+6
|
* [commands] Allow passing `current` to more cooldown mapping methods.Rapptz2019-04-242-5/+9
| | | | Also adds a CooldownMapping.update_rate_limit helper function.
* Add Asset.read() to retrieve assets into bytes objectsslice2019-04-201-22/+40
|
* [commands] Allow passing of a message to NoPrivateMessage again.Rapptz2019-04-202-4/+5
| | | | Prevents an accidental breaking change.
* [commands] DM channels are NSFW in commands.is_nsfw check.Rapptz2019-04-201-2/+3
|
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-2012-36/+130
|
* [commands] Clean docstrings in Command.parents and Command.root_parentRapptz2019-04-201-7/+3
|
* [commands] Consistently mention inheritance of exceptions.Rapptz2019-04-201-12/+45
|
* [commands] Add Command.parentsVexs2019-04-201-8/+22
| | | | Make command.root_parent use new command.parents property
* [commands] Add custom exception classes for built-in checksVexs2019-04-203-47/+241
| | | | | | | | Added: * MissingRole * BotMissingRole * MissingAnyRole * BotMissingAnyRole
* Make Message.ack an actual coroutine function.Rapptz2019-04-201-2/+2
|
* Add currently undocumented premium_tier field.Rapptz2019-04-201-1/+2
| | | | Needs more testing to find out what it is.
* Explicit namespacing in the PermissionOverwrite example.Rapptz2019-04-191-1/+1
| | | | Apparently some people get confused by this.
* [commands] Missing an extra ] in the documented return type.Rapptz2019-04-191-1/+1
|
* [commands] Allow passing cls to the commands.group decoratorVexs2019-04-191-3/+8
|
* Add reason to TextChannel.create_webhookRapptz2019-04-182-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.Rapptz2019-04-182-0/+71
| | | | Fixes #2093
* Add note about overriding Client.close vs Client.logoutRapptz2019-04-181-0/+6
|
* Make context documentation in migration a bit more clear.Rapptz2019-04-181-7/+11
|
* Add versionchanged to Message.deleteRapptz2019-04-181-0/+3
|
* [commands] Update default on_command_errorsirtezza4512019-04-181-2/+1
|
* Add delay kwarg to message.delete()Vexs2019-04-182-17/+20
| | | | Refactor delete_after kwargs to use new delay kwarg
* Add support for <:name:id> format for adding reactionsVexs2019-04-172-3/+5
| | | | Adjust FAQ to match.
* add read-only cached_messages property to Clientkhazhyk2019-04-173-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.Rapptz2019-04-172-4/+8
|
* [commands] Add MessageConverter to fetch messages by URL or ID.retke2019-04-172-1/+39
|
* Remove legacy nsfw check.Rapptz2019-04-161-6/+3
|
* Make discord --version a bit more helpful.Rapptz2019-04-161-4/+24
|
* Remove Python 3.5 check in __main__.pyRapptz2019-04-161-7/+1
|
* Improve performance of value -> enum by about 5x.Rapptz2019-04-153-4/+57
|
* [tasks] Fix assignment of tuple when appendingDanny2019-04-151-1/+1
|
* Fix UnboundLocalError when RequestsWebhookAdapter raises an error.Rapptz2019-04-151-1/+4
|
* Add notes to all relationship endpoints that they don't work on bots.Rapptz2019-04-141-10/+74
|
* Internal consistency with message related HTTPClient methodsRapptz2019-04-144-16/+16
|
* Bump version to 1.1.0aRapptz2019-04-141-2/+2
|
* Add compute_prune_count to Guild.prune_membersRapptz2019-04-142-7/+14
| | | | Fix #2085
* [commands] Use message creation as the reference time in cooldownsRapptz2019-04-141-1/+3
|
* [commands] Allow passing reference time to update_rate_limitRapptz2019-04-141-2/+2
|
* Fix abc.GuildChannel.overwrites returning None keys.Rapptz2019-04-141-1/+8
| | | | | This has potential for data loss as a consequence of how the function works.
* Fix typo in on_raw_reaction_remove docs.Rapptz2019-04-141-1/+1
|
* Fix attribute error in Widget.__repr__Rapptz2019-04-131-1/+1
|
* Add equality comparisons between two assets and hashing an asset.Rapptz2019-04-131-0/+21
|
* Bool fix in TextChannel.purge documentation.Lorenzo2019-04-131-1/+1
|