aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.1.0aRapptz2019-04-141-2/+2
* Add compute_prune_count to Guild.prune_membersRapptz2019-04-142-7/+14
* [commands] Use message creation as the reference time in cooldownsRapptz2019-04-141-1/+3
* [commands] Allow passing reference time to update_rate_limitRapptz2019-04-141-2/+2
* Fix abc.GuildChannel.overwrites returning None keys.Rapptz2019-04-141-1/+8
* Fix attribute error in Widget.__repr__Rapptz2019-04-131-1/+1
* Add equality comparisons between two assets and hashing an asset.Rapptz2019-04-131-0/+21
* Bool fix in TextChannel.purge documentation.Lorenzo2019-04-131-1/+1
* [commands] Support callables in Greedy converterRapptz2019-04-131-1/+1
* [commands] Fix lambda converters in non-module contexts.Rapptz2019-04-131-1/+1
* Change slowmode max value in docsapple502j2019-04-131-1/+1
* Add `Permissions.stream`NCPlayz2019-04-121-3/+10
* [tasks] set internal task to None after cancelingSteve C2019-04-121-0/+1
* [tasks] Add before_loop and after_loop decoratorsRapptz2019-04-121-16/+79
* [commands] Add versionadded to dm_onlyRapptz2019-04-121-0/+2
* [tasks] Ensure total number of seconds is not less than 0.Rapptz2019-04-111-3/+6
* [tasks] Rename Loop.run to Loop.start to avoid blocking connotationsRapptz2019-04-111-3/+3
* [tasks] Add a new background helper 'tasks' extension.Rapptz2019-04-111-0/+209
* [commands] Fix erroneous string in dm_only checkRapptz2019-04-111-1/+1
* [commands] Added dm_only checkDante Dam2019-04-112-7/+29
* [commands] Fix references in Bot to actually link.Rapptz2019-04-102-70/+64
* Version bump to v1.0.1Rapptz2019-04-101-2/+2
* [commands] Properly name heading for ExtensionErrorRapptz2019-04-101-2/+2
* Fix voice handshake race conditionImayhaveborkedit2019-04-101-0/+10
* Add notes warning that fetch_ methods are api callsVexs2019-04-102-0/+25
* Fix various bugs with Asset._url None handling.Rapptz2019-04-091-2/+4
* Fix cleanup code on Linux not working properly.Rapptz2019-04-091-9/+17
* Stop the event loop if it's running during cleanup.Rapptz2019-04-091-1/+8
* Use is_connected() instead of _connected in checksDaniel2019-04-091-2/+2
* Fix issue with speaking state causing an error.Rapptz2019-04-081-0/+3
* Version bump to v1.0.0Rapptz2019-04-081-2/+2
* Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returnsNCPlayz2019-04-081-2/+12
* Fix documentation so Sphinx can build semi-cleanly.Rapptz2019-04-081-3/+3
* Wording nit, library -> function in load_opusRapptz2019-04-081-1/+1
* Change all IntEnum to EnumRapptz2019-04-082-8/+8
* Remove manual documentation for AppInfoRapptz2019-04-081-3/+4
* Missing a word in Attachment.saveRapptz2019-04-081-2/+2
* Fix oversight where on_disconnect did not get called on WS termination.Rapptz2019-04-082-0/+3
* Fix long-standing issue with user updates not dispatching properly.Rapptz2019-04-082-7/+30
* GUILD_MEMBER_UPDATE no longer does actual user updates.Rapptz2019-04-082-8/+2
* Don't use an enum when unnecessary in Member._client_statusRapptz2019-04-081-1/+1
* Add a note to load_opus that it's auto loaded on Windows.Rapptz2019-04-081-0/+5
* terminate iterators immediately once out of datakhazhyk2019-04-071-2/+2
* simplify AuditLogIterator orderingkhazhyk2019-04-072-24/+21
* simplify HistoryIterator message orderingkhazhyk2019-04-073-30/+27
* allow passing 0 for logs_from parameterskhazhyk2019-04-071-3/+3
* Client.event raises TypeError instead of ClientException.Rapptz2019-04-071-2/+7
* [commands] Raise TypeError instead of ClientException in some placesRapptz2019-04-072-18/+18
* Don't raise an exception during the signal handlers.Rapptz2019-04-071-10/+7
* Forgot to escape backticks.Rapptz2019-04-071-1/+1