51 Commits (a55e817ffe0f2e4bfa78a202d68d47a8810d2813)

Author SHA1 Message Date
Rapptz 18bf3d3a7d [commands] Actually expose the FlagError base error 4 years ago
Rapptz ddb71e2aed [commands] Initial support for FlagConverter 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
Rapptz 42c3ee6eed Bring back discord module in discord.ext.commands documentation 4 years ago
Rapptz 296bd069c1 Remove current module reference in commands API docs 4 years ago
Nadir Chowdhury b20e92efd8
[docs] Fix references to Greedy 4 years ago
James bcd3a00eaf
[commands] Make `commands.Greedy` a `typing.Generic` 4 years ago
Sebastian Law 05c123f3ab
Use f-strings in more places that were missed 4 years ago
Rapptz e895a53713 [commands] Add StageChannelConverter to documentation 4 years ago
Rapptz f6df66a971 Add missing documentation for StoreChannelConverter 4 years ago
Alex Nørgaard 68eb844d48
[commands] Add discord.Guild converter and GuildNotFound error 4 years ago
Sebastian Law e0e60a2f62
[commands] document PartialMessageConverter 4 years ago
Sebastian Law 116fdbddb9
[commands] Fix exception hierarchy documentation 4 years ago
Rapptz 17b49c5a46 [commands] Make documentation use new attributetable 4 years ago
Nadir Chowdhury 367c4b5fd2
[docs] remove unresolved doc refs, fix attribute ref 5 years ago
Rapptz 0a7e2f7c2f [commands] BadBooleanArgument -> BadBoolArgument 5 years ago
Simon Beal 6ebd2e13a1
[commands] Add subclasses of BadArgument for converters 5 years ago
jack1142 84098ed824
[commands] Add a new exception class for command registration errors 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
NCPlayz 1b0e806245 [commands] Implement `commands.before/after_invoke` 5 years ago
Rapptz 2ba28bbfe2 One last superfluous .0 in versionadded 5 years ago
Rapptz d9cd4a3561 [commands] Implement Command.__call__ 5 years ago
Rapptz 4de314d2c3 [commands] Export max_concurrency and MaxConcurrencyReached in docs 5 years ago
Rapptz a2b241446e [commands] Document BucketType separately 5 years ago
Rapptz 82797b0e60 [commands] Add missing CheckAnyFailure documentation 5 years ago
Rapptz 92a3c1b583 [commands] Document guild permission checks 5 years ago
Rapptz ae3dac0d59 [commands] Add check_any check to OR together various checks 5 years ago
Rapptz 7543328fe7 Update Sphinx to 2.1.2 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz f8cc64ca7e Add changelog for v1.1.0 6 years ago
Vexs bb3ebc0ebc [commands] Add custom exception classes for built-in checks 6 years ago
retke 440db2a568 [commands] Add MessageConverter to fetch messages by URL or ID. 6 years ago
Rapptz d9e54d7dd3 [commands] Redesign extension exception flow. 6 years ago
Rapptz 3527203e07 [commands] Redesign HelpFormatter into HelpCommand 6 years ago
Rapptz 560783c3d2 [commands] Separate view parsing errors from BadArgument. 6 years ago
Rapptz 13b23963ec Add exception hierarchy to the documentation. 6 years ago
Rapptz caf3d17d4a Rework entire cog system and partially document it and extensions. 6 years ago
Rapptz 99b1390e5a [commands] Elaborate more on disallowed types in Greedy and Optional 7 years ago
Rapptz 418048b98a [commands] Fix up Greedy documentation a bit. 7 years ago
Rapptz 814b03f5a8 [commands] Add commands.Greedy converter and documentation. 7 years ago
Rapptz 52767cf315 [commands] Add documentation for BadUnionArgument 7 years ago
khazhyk 2321ae8d97 [commands] raise ConversionError on Converter error 7 years ago
Gorialis 04d9dd9c0d Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter 7 years ago
Rapptz e614f6b4cd [commands] Add CategoryChannelConverter 8 years ago
ReinaSakuraba 12a371bfb8 [commands] Add MissingPermissions and BotMissingPermissions 8 years ago
Rapptz 867d918e30 Add when_mentioned and when_mentioned_or to the documentation. 8 years ago
Rapptz 6135d4cd45 Fix typing/history showing up twice in the documentation. 8 years ago
Rapptz c3da6cdbd3 Add ref links to the commands API page. 8 years ago
Rapptz d80e08c1c6 Fix all broken cross references in the migrating page... again. 8 years ago