aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove manual documentation for AppInfoRapptz2019-04-082-50/+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-083-8/+43
* 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
* Add some version guarantees to the documentation.Rapptz2019-04-084-6/+45
* terminate iterators immediately once out of datakhazhyk2019-04-071-2/+2
* simplify AuditLogIterator orderingkhazhyk2019-04-072-24/+21
* simplify HistoryIterator message orderingkhazhyk2019-04-074-32/+29
* 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
* Add ignore_links and as_needed options to utils.escape_markdown.Rapptz2019-04-071-5/+30
* Fix regex substitution in utils.escape_mentionsRapptz2019-04-061-1/+1
* [commands] Remove extraneous `or`Rapptz2019-04-061-1/+1
* Add note about escape_markdown in Message.clean_contentRapptz2019-04-061-0/+6
* [commands] Fix HelpCommand.invoked_with when used in events.Rapptz2019-04-061-2/+3
* Simplify bot loop cleanup routine.Rapptz2019-04-061-46/+57
* Fix copy paste error in ClientUser.edit_settingsRapptz2019-04-061-2/+2
* Use explicit __eq__ call to be consistent with other methods.Rapptz2019-04-061-2/+2
* Fix Attachment.save wording nit.Rapptz2019-04-061-3/+4
* Add helpers to escape markdown and mentions from text.Rapptz2019-04-063-6/+47
* [commands] Disallow bot_ or cog_ commands or listeners in cogs.Rapptz2019-04-061-1/+5
* Make abc.GuildChannel.overwrites return a dictionaryRapptz2019-04-061-7/+6
* [commands] Raise BadArgument in ColourConverter when using from_hsv/rgbRapptz2019-04-061-2/+3
* Only escape characters as necessary in clean_contentCapnS2019-04-061-10/+5
* Add fetch custom emoji, all custom emojis; Add user property to EmojiNCPlayz2019-04-063-1/+57
* Redesign bulk delete eventsVexs2019-04-063-19/+47
* Redesign asset retrieval in the library.NCPlayz2019-04-0616-155/+332
* Propagate Cloudflare 429 HTML text.Rapptz2019-03-311-0/+4
* Added functionality to edit user settingsCapnS2019-03-283-1/+127
* [commands] Fix MinimalHelpCommand opening note signature consistencyRapptz2019-03-241-4/+4
* Double underscore HTTPClient's internal session.Rapptz2019-03-242-9/+10
* [commands] Double underscore some attributes.Rapptz2019-03-241-16/+16
* [commands] Add HelpCommand.invoked_withRapptz2019-03-241-2/+22
* guild.py: change wording for create_role errornumbermaniac2019-03-241-1/+1
* Get cached message in reverse order for improved performance.Rapptz2019-03-231-1/+1
* [commands] Add Command.cooldown_after_parsing keyword argument.Rapptz2019-03-221-5/+17
* Add Guild.max_presences and Guild.max_membersNCPlayz2019-03-221-1/+7
* Fix documentation for Channel.last_messageCapn2019-03-221-1/+1
* Fix mistake in documentation.Rapptz2019-03-201-1/+1
* Add back PartialEmoji.__hash__ that was deleted due to __eq__.Rapptz2019-03-201-0/+3
* [commands] Ensure handlers are copied even during update.Rapptz2019-03-201-12/+15
* Drop websockets version due to issues.Rapptz2019-03-201-1/+1
* Add TextChannel.last_message_id and TextChannel.last_messageRapptz2019-03-202-1/+48
* Update docs, mostly Inviting Your Botapple502j2019-03-2010-39/+35