aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix `discord.RoleTags` resolutionNadir Chowdhury2020-11-261-1/+1
* Add a way to check if the websocket is rate limited.Rapptz2020-11-262-0/+35
* Implement role tags.Rapptz2020-11-262-4/+102
* [commands] Allow setting description of cogsSebbyLaw2020-11-261-5/+15
* Fix preview_asset key name in StickerRapptz2020-11-231-1/+1
* [commands] Fetch user if an ID is passed and cache lookup fails.Rapptz2020-11-231-18/+29
* Sticker implementation cleanupRapptz2020-11-232-6/+11
* Ensure member key is not overwritten by author key in MESSAGE_UPDATERapptz2020-11-232-7/+17
* Don't store a user cache if there's no member intent or cache is offRapptz2020-11-232-0/+10
* Add sticker supportZomatree2020-11-235-2/+155
* Suppress the creation of a command window from ffmpeg on WindowsRapptz2020-11-211-2/+7
* Clear the connected flag when potentially reconnecting the playerRapptz2020-11-211-0/+2
* Fix attribute error during rapid disconnects in VoiceClient.Rapptz2020-11-211-0/+1
* Fix error with templates not having access to member cache flags.Rapptz2020-11-214-15/+19
* Bump version for development purposesRapptz2020-11-211-2/+2
* Clarify Colour.random RNGRapptz2020-11-211-2/+10
* Add Colour.random factory methodCaio Alexandre2020-11-211-0/+6
* Properly document that categories throw 404's on create_invite.webtax-gh2020-11-211-1/+4
* Raise DiscordServerError for 503 Service Unavailable errorsHarmon2020-11-211-0/+2
* [commands] Update MessageConverter link regexJonathan Feenstra2020-11-211-4/+3
* Raise ClientException when members intent is not enabled on guild.fetch_membersLukas2020-11-211-1/+8
* Implement icon_rl_as and cover_image_url_as for AppInfoSebbyLaw2020-11-214-10/+144
* Version bump to v1.5.1v1.5.1v1.5.xRapptz2020-10-191-2/+2
* Fix error when querying members from the gateway.Rapptz2020-10-191-2/+1
* Allow concurrent calls to guild.chunk()Rapptz2020-10-191-23/+35
* Load member from guild_member_update dispatchFlorian Spieß2020-10-171-0/+3
* [commands] Lazily fetch members in discord.Member convertersRapptz2020-10-171-1/+46
* Ensure our own member is never evicted from the cache in any policy.Rapptz2020-10-171-4/+5
* Add internal method to check if the websocket is currently ratelimitedRapptz2020-10-171-0/+9
* Fix attribute errors when timing out during chunking start-upRapptz2020-10-171-2/+2