aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | Fixes #4023
* Convert id parameter of Object into int or raise TypeError on failureRapptz2020-04-191-1/+6
| | | | | | | This prevents breakage for users who pass in a str as an ID whereas it previously worked. Fix #4002
* Decrement Guild.member_count even if member is not cachedRapptz2020-04-191-1/+1
| | | | Fix #4021
* 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
| | | | Fixes #4008, #4005
* [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
| | | | Fixes #2294
* 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
|
* Update copyright year for documentationjack11422020-04-141-1/+1
|
* Edit message publish documentationKowlin2020-04-141-5/+2
|
* Add new alias VerificationLevel.very_highapple502j2020-04-092-0/+7
|
* [commands] Raise CheckFailure if all bot "check once" failRapptz2020-04-061-0/+2
| | | | Fix #2643
* Move log levels around to make INFO a little less noisyRapptz2020-04-062-6/+10
|
* Bump version for developmentRapptz2020-04-061-2/+2
|
* Fix VoiceClient.average_latency erroring when heartbeat is NoneRapptz2020-04-061-2/+4
|
* animated key is never given to reaction_remove(_emoji)NCPlayz2020-04-062-5/+5
|
* Update documentation on guild features to reflect Discord changesJake Ward2020-04-061-2/+3
|
* [commands] Stop yielding duplicate commands from walk_commandsMarkKoz2020-04-061-2/+6
|
* Documentation fixups for allowed mentionsRapptz2020-04-042-2/+2
|
* Rename allowed mention parameters to allowed_mentionsRapptz2020-04-045-34/+35
|
* Allow introspection and setting of global allowed mention configurationRapptz2020-04-041-0/+18
|
* Fix various implementation bugs with allowed mentionsRapptz2020-04-043-7/+11
|
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-048-7/+152
|
* Fix regression with Member.activities not clearingRapptz2020-04-042-2/+5
|
* Add position argument to Guild.create_categoryIlya Lukyanov2020-04-041-2/+2
| | | | This way we can specify category position upon creation
* Allow for optional custom error handler in tasks extensionJosh B2020-04-041-6/+38
|
* Remove extra to in tasks docsEpic2020-04-041-1/+1
|
* Add use_cached to Attachment.to_fileMaku2020-04-041-2/+12
|
* [tasks] Add is_running property to LoopJames2020-04-041-0/+7
|
* Added VoiceClient.latency and VoiceClient.average_latencyFwf2020-04-042-5/+39
| | | | | This also implements the heartbeating a bit more consistent to the official Discord client.
* [commands] Implement `commands.before/after_invoke`NCPlayz2020-04-042-8/+101
|
* Fix documentation problem with colorSaurabh Chaturvedi2020-04-041-1/+4
| | | | At readthedocs.io, for role `color`, it says "Returns the role colour. An alias exists under `color`". This PR fixes that to say "Returns the role color. An alias exists under `colour`".
* Version bump to v1.3.3v1.3.3Rapptz2020-04-041-2/+2
|
* Add changelog for v1.3.3Rapptz2020-04-041-0/+13
|
* Change default close code to 4000 instead of 1000.Rapptz2020-04-043-3/+3
| | | | | | | | | | This prevents our sessions from being invalidated by Discord which caused a lot of failures when resuming. This caused an unnecessary amount of IDENTIFYs to happen depending on the circumstances. Closes #2631 See also discord/discord-api-docs#1472
* Fixed missing awaits in subclassed corosDevilXD2020-04-041-1/+1
|
* Don't add None to Member.activities tuplejack11422020-04-042-2/+4
|
* Add "FEATURABLE" in guild features.PredaaA2020-04-041-0/+1
|
* [commands] Fix a typo in the docstring of the internal _Semaphore classs0lst1ce2020-04-041-1/+1
|
* fixing the BaseActivity linksGlazed_Belmont2020-04-041-3/+3
|
* Change package manager yum to dnfPeter Levart2020-03-012-2/+2
|
* Capitalize Python for consistencyPeter Levart2020-03-011-1/+1
|