1800 Commits (9833ea82e247c0a01218d221293c9ed56b89d505)
 

Author SHA1 Message Date
Rapptz 9833ea82e2 Add helpers to escape markdown and mentions from text. 6 years ago
Rapptz 743a5a218f [commands] Disallow bot_ or cog_ commands or listeners in cogs. 6 years ago
Rapptz 79183846dc Make abc.GuildChannel.overwrites return a dictionary 6 years ago
Rapptz e4de25eaab [commands] Raise BadArgument in ColourConverter when using from_hsv/rgb 6 years ago
CapnS 24d3a5a48d Only escape characters as necessary in clean_content 6 years ago
NCPlayz 1d701f32b6 Add fetch custom emoji, all custom emojis; Add user property to Emoji 6 years ago
Vexs 9591b00dcf Redesign bulk delete events 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago
Rapptz dea3ba5eb7 Propagate Cloudflare 429 HTML text. 6 years ago
CapnS 4ec7213506 Added functionality to edit user settings 6 years ago
Rapptz 43b44751af [commands] Fix MinimalHelpCommand opening note signature consistency 6 years ago
Rapptz 548b9d5693 Double underscore HTTPClient's internal session. 6 years ago
Rapptz e567b59fea [commands] Double underscore some attributes. 6 years ago
Rapptz 8c0c410d0e [commands] Add HelpCommand.invoked_with 6 years ago
numbermaniac 77dd4e3de0
guild.py: change wording for create_role error 6 years ago
Rapptz b41a29a889 Get cached message in reverse order for improved performance. 6 years ago
Rapptz c96642860c [commands] Add Command.cooldown_after_parsing keyword argument. 6 years ago
NCPlayz a1caaf8dcf Add Guild.max_presences and Guild.max_members 6 years ago
Capn fd3a176793
Fix documentation for Channel.last_message 6 years ago
Rapptz d48a424f6f Fix mistake in documentation. 6 years ago
Rapptz 72b6b67cf4 Add back PartialEmoji.__hash__ that was deleted due to __eq__. 6 years ago
Rapptz 64d749a13f [commands] Ensure handlers are copied even during update. 6 years ago
Rapptz 5fe1ab279a Drop websockets version due to issues. 6 years ago
Rapptz 35c0476dbb Add TextChannel.last_message_id and TextChannel.last_message 6 years ago
apple502j 9c32bcdf80 Update docs, mostly Inviting Your Bot 6 years ago
Dice 8123d4a5f7 Add type checking to multi-file send 6 years ago
Dice 6f3e32cfbb Fix sending multiple files 6 years ago
Rapptz c30a366106 Try to consistently use "inherit" vs "derive" in documentation. 6 years ago
Rapptz d9e54d7dd3 [commands] Redesign extension exception flow. 6 years ago
Rapptz 26e9b5bfac [commands] Add Bot.reload_extension for atomic loading. 6 years ago
Joshua B d221ca5f7d [commands] ColourConverter raises if value is out of range 6 years ago
Rapptz 2ce42b5b50 Some widget fixes. 6 years ago
NCPlayz 8a30a4cac0 Add support for guild widget 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz 5e65ec978c Take back ownership of files from aiohttp for retrying requests. 6 years ago
Rapptz 8ba48c14a7 Minor typo fix. 6 years ago
Rapptz 963cf4b34e Add on_disconnect event. 6 years ago
Rapptz f43690bde8 [commands] Walk through MRO for Cog derived classes. 6 years ago
Rapptz cb9ae7bd76 Sorting bucket requires an integer. 6 years ago
Rapptz f3f2f882fd Fix typo in private property name. 6 years ago
Rapptz f26a27dc98 [commands] Make Bot.cogs and Bot.extensions read-only mappings. 6 years ago
Rapptz 5061915b2a Add support for store channels. 6 years ago
Rapptz 4bd4c23694 Fix NameError in Embed.to_dict 6 years ago
Michael H 03616b91db Fix embed to_dict timestamp handling for python 3.5 6 years ago
slice 66af80511f Fix pagination of huge command help messages (> ~2,000 chars) 6 years ago
Jeremy "EndenDragon" Zhang 682c0d962f Consider news channel type as a TextChannel 6 years ago
Rapptz 053e2f5b9a Fix documentation linking issue in Messageables and Context 6 years ago
Rapptz cc3b6bdd72 [commands] Rename it to Context.send_help for consistency. 6 years ago
Rapptz ed5fcb320e [commands] Add Context.show_help helper to use the HelpCommand set. 6 years ago