aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix possibility of PartialEmoji.id being a stringEugene2020-05-291-1/+7
* Add user_ids fields for query_membersTarek2020-05-293-6/+23
* Fix documentation string for guild.premium_subscription_countnumbermaniac2020-05-291-1/+1
* Allow editing of channel types for news and text channelsNCPlayz2020-05-293-1/+19
* Fix KeyError on Member Channels not in JSONAnurag Singh2020-05-291-2/+4
* implement AllowedMentions.__repr__io mintz2020-05-291-0/+3
* Add support for public user flagsJohnyTheCarrot2020-05-295-2/+115
* Document that sleep_until considers naive datetimes as UTC.Rapptz2020-05-291-1/+2
* Consistent usage of RST inline code within Guild.features referencesRapptz2020-05-231-9/+9
* Implement some missing attributes of `Guild` (and `Guild.edit`)NCPlayz2020-05-232-7/+59
* use `_channel_factory` instead of manual checking in `Guild._sync`NCPlayz2020-05-231-9/+3
* isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z))NCPlayz2020-05-231-1/+1
* Change _handshaking variable when handshake terminate매리2020-05-231-0/+1
* Add spoiler keyword argument to Attachment.to_fileZomatree2020-05-231-2/+6
* Fix TypeError in chunkerapple502j2020-05-231-1/+1
* Allow clearing the author information in embeds.jack11422020-05-231-0/+15
* Prepare for the discord.com domain renameRapptz2020-05-2316-33/+33
* player: Close ffmpeg stdin during streamingTerrance2020-05-231-2/+2
* state: use bytes.hex() instead of binascii.hexlify().decode()iomintz2020-05-101-2/+1
* Fix timeout issues with fetching members via query_membersRapptz2020-05-104-58/+42
* allow passing color int to role.editAnurag Singh2020-05-101-1/+7
* Aliases passed as a list or as a tupleSaphielle Akiyama2020-05-101-2/+2
* Use GuildChannel abc for CategoryChannel editSteve C2020-05-101-11/+1
* [tasks] Allow Loop.cancel in Loop.before_loopSteve C2020-05-101-0/+1
* Add support server as contact link in issue templatesjack11422020-05-102-11/+4
* [commands] Document that cog_command_error must be asyncXua2020-05-101-2/+2
* add support for allowed_mentions with message editStarrFox2020-05-101-0/+16
* Specify the unit for `max_age` arg in `GuildChannel.create_invite()`jack11422020-05-071-1/+1
* Escape backslashes in display name in `clean_prefix`jack11422020-05-071-1/+1
* [tasks] Fix tasks decorators being discardedSteve C2020-05-071-0/+3
* fix HTTPException explanation in Guild.fetch_member docsiomintz2020-05-061-1/+1
* fix NotificationLevel being suppressedXua2020-05-031-6/+4
* Fix colour properties being displayed as methods in the documentation.kittenswolf2020-05-033-6/+6
* Add roles parameter for pruning members.unknown2020-05-032-4/+16
* Make use_cached keyword onlyRapptz2020-05-031-2/+2
* allow passing EmptyEmbed to set_image and set_thumbnailRiley Shaw2020-05-021-6/+18
* Add versionadded to Attachment.to_file use_cached paramJosh2020-05-021-0/+2
* flags: support accessing flag value instances on the class Io Mintz2020-04-201-0/+5
* Convert id parameter of Object into int or raise TypeError on failureRapptz2020-04-191-1/+6
* Decrement Guild.member_count even if member is not cachedRapptz2020-04-191-1/+1
* Allow HistoryIterator to take limit of 1 even when around is passedhamza13112020-04-191-2/+0
* Fix PartialEmoji.url.read for reactionsapple502j2020-04-181-1/+1
* Fix cases where member_count is equal to 0Rapptz2020-04-161-1/+1
* [tasks] Replace stack-based implementation with a cleaner one.Rapptz2020-04-141-37/+6
* [tasks] Create different Loop objects for different instancesRapptz2020-04-141-2/+44
* Bump blocking threshold from 5 seconds to 10 secondsRapptz2020-04-141-3/+3
* Add traceback to debug blocking issuesRapptz2020-04-141-1/+12
* Remove from the FAQ that there's no event for invites being createdchickenmatty2020-04-141-1/+1
* Guild.owner may be None for very large guilds.Arthur2020-04-141-1/+1
* Fix an FFmpegOpusAudio documentation detail, and some capitalizationAustin Lasher2020-04-141-6/+6