aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix READY not firing for multi-processed AutoShardedClient clustersRapptz2020-07-251-3/+2
|
* Fix voice websocket connectionsRapptz2020-07-252-5/+14
|
* Use a proper type for the event queueRapptz2020-07-251-15/+28
|
* Rewrite gateway to use aiohttp instead of websocketsRapptz2020-07-258-93/+98
|
* Fix AttributeError on reconnectionRapptz2020-07-251-4/+4
|
* Can't use %d in hereRapptz2020-07-251-3/+3
|
* Add shard ID to keep alive logger messagesRapptz2020-07-251-9/+9
|
* Rewrite of AutoShardedClient to prevent overlapping identifyRapptz2020-07-254-64/+72
| | | | This is experimental and I'm unsure if it actually works
* Add revisions to check_once docsJaime Garcia Jr2020-07-242-4/+6
|
* Add documentation on bot_check_onceJaime Garcia Jr2020-07-231-0/+4
|
* Add a changelog entry for v1.3.4Rapptz2020-07-221-0/+10
|
* Fix typo in on_socket_raw_send documentationAXVin2020-07-221-1/+1
|
* [commands] Add documentation for exceptions in Context.(re)invokeSebbyLaw2020-07-221-0/+10
|
* Add gray alias for discord.ColourSebbyLaw2020-07-221-0/+8
|
* [commands] GroupView.get_command shouldn't raise errors for empty namesjack11422020-07-221-0/+2
|
* Added exception documentation for Guild.create_voice_channelSkezza2020-07-221-0/+18
|
* Add double backticks for some parameter mentions in the documentation.Skezza2020-07-223-17/+17
|
* Add Guild.change_voice_state to control our voice state.jack11422020-07-221-0/+20
|
* Fix detection of some JPEG images without JFIF or Exif infoRapptz2020-07-211-1/+1
| | | | Closes #5143
* Don't use a namedtuple for _OverwritesRapptz2020-07-081-2/+16
| | | | Fix #5109
* Fix TypeError when not specifying roles.Tarek2020-07-081-2/+4
|
* [docs] fix reference to `Guild` and document `utils.resolve_template`NCPlayz2020-07-083-4/+21
|
* Document raises for Converter.convertJames2020-07-081-0/+8
|
* Add a licence and encoding declaration to missing filesJames2020-07-082-0/+52
|
* Allow more methods to set an audit log reasonNadir Chowdhury2020-06-304-23/+59
|
* Allow Webhook to be hashable and comparableZnunu2020-06-301-1/+19
|
* Documentation formattingSkezza2020-06-309-11/+11
|
* Fix typo with voice_client documentationSkezza2020-06-301-1/+1
|
* [bugs] stop resolving Object for template/invite; remove dupe methodsNCPlayz2020-06-294-61/+18
|
* Add support for bulk editing role positionsNadir Chowdhury2020-06-281-0/+66
|
* Add support for integrationsNadir Chowdhury2020-06-286-1/+369
|
* Add support for Discord templatesNadir Chowdhury2020-06-286-2/+205
|
* [commands] Raise TypeError when Optional is used with Greedy converterSebastian Law2020-06-282-2/+6
|
* [tasks] Fix issue with default error handler in class contextJosh2020-06-281-1/+2
|
* [commands] Add a new exception class for command registration errorsjack11422020-06-283-5/+35
|
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-2824-142/+378
|
* Fix a KeyError for channels with no category in Guild.by_categoryRapptz2020-06-271-1/+4
|
* Fix Guild.by_category not showing empty categories.Rapptz2020-06-271-2/+3
|
* Update Message.system_content join strings to be up to date.Rapptz2020-06-271-37/+11
| | | | Fixes #4211
* Add versionadded to VoiceClient latency and average_latencyTsumiki2020-06-261-1/+6
|
* Fix error raised when using the roles parameter.Tarek2020-06-262-4/+4
|
* Change PartialInviteGuild.icon_url_as to mimic Guild.icon_url_asAnurag2020-06-261-2/+9
|
* Fix reconnecting loop due to failed handshake on region changeJeffrey2020-06-221-0/+1
|
* Escape masked URLs; Support quotes for as_neededNCPlayz2020-06-171-2/+4
|
* Fix TypeError on missing shard_id kwargAnurag2020-06-071-2/+2
|
* Support discord.com/invite URL in resolve_inviteapple502j2020-06-041-1/+1
|
* Fix minor markdown typo in migrating.rstTarek2020-06-041-1/+1
|
* Fix incorrect class reference in documentationJohnyTheCarrot2020-06-041-1/+1
|
* [docs] Fix PublicUserFlags not showing upNadir Chowdhury2020-06-041-1/+1
|
* Removes the caching behavior of Member.rolesMichael H2020-06-041-12/+7
| | | | | | - fixes 4087 - This intentionally uses some internals in both Member.roles and Member.top_role to retain as much performance as possible while removing the cache