aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Collapse)AuthorAgeFilesLines
* [commands] Add PartialMessageConverterJosh2021-01-151-13/+35
|
* Fix documented type of `Command.usage`jack11422021-01-141-1/+1
|
* 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 #6267
* 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
| | | | Fix #6220
* [commands] fully remove command when CommandRegistrationError is raised for ↵Sebastian Law2020-12-291-1/+7
| | | | alias
* [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
| | | | This reverts commit c911cd0dbd06f6c0e774396174fb383fc63d172f.
* 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
| | | | Fix #6172
* 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 #5905
* Fix WebhookMessages docstrings Steve C2020-12-101-2/+2
| | | Silly danno
* Add support for editing and deleting webhook messages.Rapptz2020-12-093-13/+236
| | | | Fix #6058
* Revert Message.edit logic that deals with allowed_mentionsRapptz2020-12-081-26/+11
| | | | It made no sense here.
* 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
| | | | | | | I tested it just now, and manage_guild is not the permission you need to fetch invites from a given channel. You need manage_channels. Note that this isn't the same as Guild.invites(), which DOES use manage_guild.
* Add created_at property to PartialEmojiSteve C2020-12-061-1/+12
| | | Also fixed docstring for PartialEmoji.url
* [commands] Cog unload failures are swallowed.Rapptz2020-12-031-1/+4
| | | | Fix #6113
* 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
| | | This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1.
* 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
|