57 Commits (7d8dae735d54e9811ee890870838ff2d406b9b22)

Author SHA1 Message Date
Rapptz 66c6be50d8 Prepare for the discord.com domain rename 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Hugo Woesthuis ee6f4e85d6 [commands] Allow @ prefixed usernames in DM contexts for UserConverter 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 2e6882bd8c [commands] Fall back to using Message.mentions in converters 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 40cac30da1 [commands] Fix MessageConverter not inheriting from Converter 6 years ago
Rapptz 919dbcafb3 Consistent use of __all__ to prevent merge conflicts. 6 years ago
Rapptz 296d4bf580 [commands] Add new MessageConverter to commands prose page. 6 years ago
retke 440db2a568 [commands] Add MessageConverter to fetch messages by URL or ID. 6 years ago
Rapptz 6574c97a8b [commands] Support callables in Greedy converter 6 years ago
Rapptz 9833ea82e2 Add helpers to escape markdown and mentions from text. 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 be227ebcf0 Redesign asset retrieval in the library. 6 years ago
Joshua B d221ca5f7d [commands] ColourConverter raises if value is out of range 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz 45af9fa40b [commands] Allow passing of typing.Union into Greedy. Fix #1951 6 years ago
Rapptz 69f5a70eeb [commands] Allow Converter instances in Greedy. Fix #1939. 6 years ago
Benjamin Mintz bb9f153d29 commands.clean_content: escape || spoilers || 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Dice bda690c32f [commands] Remove message being required from Role/Member converters. 6 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Rapptz 45af0c83de [commands] Fix NameError in clean_content converter 7 years ago
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
Rapptz 814b03f5a8 [commands] Add commands.Greedy converter and documentation. 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Gorialis 04d9dd9c0d Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Joshua Butt f5a443fa8f Add support for animated emoji to commands ext EmojiConverter 7 years ago
Rapptz e614f6b4cd [commands] Add CategoryChannelConverter 8 years ago
Rapptz eb673ec2af [commands] Ensure no mentions escape clean_content 8 years ago
Rapptz cb709cc9da [commands] Fix clean_content converter not properly escaping mentions. 8 years ago
Rapptz b2cf11fe9d [commands] Add escape_markdown parameter for clean_content. 8 years ago
Rapptz 093d888173 [commands] Fix EmojiConverter not working with underscore names. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 8 years ago
Rapptz d7478425ca [commands] Converter.convert is always a coroutine. 8 years ago
Rapptz 3e15f46dcf [commands] Bot.get_all_emojis no longer exists. 8 years ago
Rapptz 7da0884bfb [commands] Export missing built-in converters. 8 years ago
Rapptz e1c32626ba [commands] Fix User converter not working with IDs. 8 years ago
Rapptz 6166cbc2e7 [commands] Add commands.clean_content converter. 8 years ago
Rapptz e10cae5dbc [commands] Allow converters to be instantiated. 8 years ago
Rapptz aac769eb56 [commands] Fix converters returning the wrong types when an ID is passed 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz 11b54d67c9 [commands] Change UserConverter to actually work with User, not Member. 8 years ago
Rapptz 406984af2e [commands] First pass in making commands ext work again. 8 years ago