aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Update add_roles docstring to mention role order.Perry Cate2021-01-141-2/+4
* [commands] Correct ChannelNotFound docstringBeatButton2021-01-121-1/+1
* Bump version to 1.6v1.6.0Rapptz2021-01-071-2/+2
* Dispatch user updates if the global cache gets stale in update eventsRapptz2021-01-071-0/+6
* Support setting the preferred locale via Guild.editRapptz2021-01-052-2/+5
* Fix SyntaxError from PR implementing presences in member queryingRapptz2021-01-011-1/+1
* Implement presences for `Guild.query_members`Nadir Chowdhury2020-12-313-10/+33
* Fix AttributeError in Webhook message deleteAlex Nørgaard2020-12-311-1/+1
* Fix webhook state coercion leading to unexpected behaviour.Rapptz2020-12-291-9/+21
* [commands] fully remove command when CommandRegistrationError is raised for a...Sebastian Law2020-12-291-1/+7
* [commands] Correct concurrency never releasing during prepare callDan Hess2020-12-261-7/+12
* Capitalize Discord in docs of message related attributesMisa2020-12-261-2/+2
* Allow `Guild.create_role` to accept an int as the `colour` parameter.Alex Nørgaard2020-12-251-1/+3
* Document more guild featuresRapptz2020-12-221-0/+2
* remove extraneous assignmentSebastian Law2020-12-221-2/+0
* Revert "Fix table wrapping"Rapptz2020-12-181-22/+17
* Fix table wrappingRapptz2020-12-181-17/+22
* Add support for Member.pending boolean attributeRapptz2020-12-181-1/+13
* [commands] max_concurrency comes before cooldownsRapptz2020-12-171-3/+3
* Add versionadded string for Emoji.url_asRapptz2020-12-171-2/+4
* Add Emoji.url_asDaggy12342020-12-172-4/+50
* [tasks] Fix a typo in documentationRapptz2020-12-141-1/+1
* [tasks] Add support for manually calling the wrapped coroutineRapptz2020-12-141-0/+20
* Update Windows opus binaries from 1.2.1 to 1.3.1 Devon R2020-12-122-0/+0
* Add in DecoderDevon R2020-12-121-36/+176
* Make File docstring raw for Python 3.9 compatibilityTicClick2020-12-111-1/+1
* Allow PartialMessage to work with DM channels as wellRapptz2020-12-112-9/+31
* Export to_message_reference_dict to make PartialMessage.reply workRapptz2020-12-111-0/+1
* Add operations you can do to a Message and PartialMessage to docsRapptz2020-12-111-1/+27
* Add PartialMessage to allow working with channel/message_id pairs.Rapptz2020-12-112-21/+141
* Fix WebhookMessages docstrings Steve C2020-12-101-2/+2
* Add support for editing and deleting webhook messages.Rapptz2020-12-093-13/+236
* Revert Message.edit logic that deals with allowed_mentionsRapptz2020-12-081-26/+11
* Fix embed suppression when using client-wide allowed_mentions Lilly Rose Berner2020-12-081-1/+1
* [commands] Added in missing channel linksBen Skerritt2020-12-071-1/+1
* Fix wrong documented permission for GuildChannel.invites()Misa2020-12-071-1/+1
* Add created_at property to PartialEmojiSteve C2020-12-061-1/+12
* [commands] Cog unload failures are swallowed.Rapptz2020-12-031-1/+4
* Add support for chunking AsyncIterator objectsJosh2020-12-031-0/+25
* Update documentation for rules/updates channelsRocketRace2020-12-031-3/+3
* Fix Team.icon_url_as format argument default valueBryan Forbes2020-11-281-1/+1
* [bug] call super constructor for `CustomActivity` to fix `created_at`Nadir Chowdhury2020-11-281-0/+1
* [chore] Remove redundant importsNadir Chowdhury2020-11-2810-22/+6
* Fix `UnboundLocalError` for editing `public_updates_channel`Nadir Chowdhury2020-11-281-3/+3
* Fix Message.to_reference from the MessageReference changesRapptz2020-11-271-1/+3
* Correct docstring missing ]Rapptz2020-11-271-1/+1
* Added MessageReference.resolved attribute to get replied to messageRapptz2020-11-272-3/+66
* Allow MessageReference to be constructible by usersRapptz2020-11-271-6/+22
* Code cleanup involving enums and message repliesRapptz2020-11-274-101/+80
* Implement discord.Message.replyPikalaxALT2020-11-266-60/+229