93 Commits (c811932ca7a8e51107558fbf61d46b22ef6399ba)

Author SHA1 Message Date
Nadir Chowdhury 757cfad38f
Type up **kwargs of various methods 4 years ago
sudosnok 2a6d79078e
[commands] Add GuildChannelConverter 4 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 4 years ago
Rapptz 58274eafbc [commands] Fix Generics causing other typing converters to fail 4 years ago
Rapptz 3b6a2b9e85 [commands] Fix Generic subcalsses used as a converter 4 years ago
jack1142 a55e817ffe
Fix documentation for RoleConverter 4 years ago
Rapptz c54e43360b [commands] Add run_converters helper to call converters 4 years ago
Nadir Chowdhury 5dec62f4c0
[commands] Add a converter for discord.Object 4 years ago
Nadir Chowdhury d3ac191a67
Restrict snowflake regexes to 15-20 digits 4 years ago
Josh c54c4cb215
[commands] Fix repr for Greedy 4 years ago
Nadir Chowdhury 353737239a
[commands] Minimise code duplication in channel converters 4 years ago
James bcd3a00eaf
[commands] Make `commands.Greedy` a `typing.Generic` 4 years ago
Michael H 682b73abb6
[commands] Address incorrect use of subclass (from type perspective) 4 years ago
Michael H d0476e98df
[commands] Add more type information to public API of converters 4 years ago
Michael H 83bd76504a
Use covariant TypeVar for protocol 4 years ago
James 34ab772653
Use typing.Protocol instead of abc.ABCMeta 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Rapptz 421c0cd455 [commands] Add missing versionadded on StoreChannelConverter 4 years ago
DoggieLicc 36318bd45c
[commands] Add StoreChannelConverter 4 years ago
Nadir Chowdhury 1b2688518e
Implement StageChannel and related methods 4 years ago
Edwin 31ee3fafc1
Add remove_markdown helper function 4 years ago
Nihaal Sangha a3f700c11f
Fix references to snowflakes being max 21 long 4 years ago
Rapptz a0404807d5 [commands] Add support for rgb function in ColourConverter 4 years ago
Alex Nørgaard 68eb844d48
[commands] Add discord.Guild converter and GuildNotFound error 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Josh eeafc9363f
[commands] Add PartialMessageConverter 4 years ago
Ben Skerritt 0995d07727
[commands] Added in missing channel links 4 years ago
Rapptz 0456458ad1 [commands] Fetch user if an ID is passed and cache lookup fails. 5 years ago
Rapptz 431ee8794b Fix error with templates not having access to member cache flags. 5 years ago
Jonathan Feenstra c54d6f03c5 [commands] Update MessageConverter link regex 5 years ago
Rapptz 3daaadafdd [commands] Lazily fetch members in discord.Member converters 5 years ago
Michael 93fa46713a
Fix and add documentation 5 years ago
Simon Beal 6ebd2e13a1
[commands] Add subclasses of BadArgument for converters 5 years ago
parafoxia ad04fbeee4
[commands] Added ColorConverter alias 5 years ago
James 475762e8df Document raises for Converter.convert 5 years ago
Sebastian Law 7a07644de3
[commands] Raise TypeError when Optional is used with Greedy converter 5 years ago
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