aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add type checking to multi-file sendDice2019-03-201-0/+2
* Fix sending multiple filesDice2019-03-201-2/+1
* Try to consistently use "inherit" vs "derive" in documentation.Rapptz2019-03-195-15/+15
* [commands] Redesign extension exception flow.Rapptz2019-03-193-21/+140
* [commands] Add Bot.reload_extension for atomic loading.Rapptz2019-03-192-47/+109
* [commands] ColourConverter raises if value is out of rangeJoshua B2019-03-191-0/+2
* Some widget fixes.Rapptz2019-03-192-7/+34
* Add support for guild widgetNCPlayz2019-03-196-14/+333
* Expose MetadataNCPlayz2019-03-197-10/+260
* Organise documentationNCPlayz2019-03-1930-412/+410
* Take back ownership of files from aiohttp for retrying requests.Rapptz2019-03-184-22/+62
* Minor typo fix.Rapptz2019-03-181-1/+1
* Add on_disconnect event.Rapptz2019-03-182-0/+9
* [commands] Walk through MRO for Cog derived classes.Rapptz2019-03-171-23/+37
* Sorting bucket requires an integer.Rapptz2019-03-171-1/+1
* Fix typo in private property name.Rapptz2019-03-171-1/+1
* [commands] Make Bot.cogs and Bot.extensions read-only mappings.Rapptz2019-03-171-12/+23
* Add support for store channels.Rapptz2019-03-175-8/+150
* Fix NameError in Embed.to_dictRapptz2019-03-171-1/+1
* Fix embed to_dict timestamp handling for python 3.5Michael H2019-03-171-1/+4
* Fix pagination of huge command help messages (> ~2,000 chars)slice2019-03-161-2/+12
* Consider news channel type as a TextChannelJeremy "EndenDragon" Zhang2019-03-161-1/+1
* Fix documentation linking issue in Messageables and ContextRapptz2019-03-162-31/+31
* [commands] Rename it to Context.send_help for consistency.Rapptz2019-03-161-2/+2
* [commands] Add Context.show_help helper to use the HelpCommand set.Rapptz2019-03-161-0/+67
* [commands] Optimise GroupMixin.get_command for the no space case.Rapptz2019-03-161-0/+4