aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix pagination of huge command help messages (> ~2,000 chars)slice2019-03-161-2/+12
* Fix documentation linking issue in Messageables and ContextRapptz2019-03-161-5/+5
* [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
* [commands] Assign context inside HelpCommand.prepare_help_commandRapptz2019-03-161-3/+9
* [commands] Add HelpCommand.get_bot_mapping helper.Rapptz2019-03-161-5/+11
* [commands] Return result of send_group_help and send_command_helpRapptz2019-03-161-2/+2
* Change superclass to subclass in some documentationKaeptm Blaubaer2019-03-162-5/+5
* [commands] Add back dm_help tribool for the provided HelpCommandsRapptz2019-03-161-0/+42
* [commands] Add commands.Paginator.__len__Rapptz2019-03-161-0/+10
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-155-476/+1189
* [commands] Add Cog.description to get the clean docstring.Rapptz2019-03-141-0/+9
* [commands] Add Cog.qualified_name to query the specified cog name.Rapptz2019-03-131-0/+5
* [commands] Properly handle typing.Optional as last positional parameterHarmon2019-03-131-0/+2
* [commands] Support staticmethod listeners and disallow them in commandsRapptz2019-03-121-5/+18
* [commands] Refactor quoted_word free function to a StringView method.Rapptz2019-03-122-88/+85
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-122-6/+60
* Small inconsistency in documentationSkyweb2019-03-081-1/+1
* [commands] Allow passing of typing.Union into Greedy. Fix #1951Rapptz2019-03-031-1/+1
* Fix Signature for Greedy/Optional convertersMyst(MysterialPy)2019-03-021-1/+22
* [commands] Fix name clash overwriting T.__class__.__name__Rapptz2019-02-281-2/+2
* [commands] Allow Converter instances in Greedy. Fix #1939.Rapptz2019-02-271-2/+2
* [commands] Error out when someone passes plain Cog.listener decorator.Rapptz2019-02-271-1/+5
* [commands] Add support for stacking Cog.listener decorator.Rapptz2019-02-271-2/+7
* [commands] Fix special method detection for regular function objects.Rapptz2019-02-241-3/+12
* [commands] Remove Bot.get_cog_commandsRapptz2019-02-231-25/+0
* [commands] Fix bug in behaviour in the cog inspection methods.Rapptz2019-02-231-5/+10
* Update copyright years.Rapptz2019-02-232-2/+2
* [commands] Update stale parent references in subcommands.Rapptz2019-02-231-0/+14
* [commands] Fix issue with decorator order with checks and cooldownsRapptz2019-02-232-0/+9
* [commands] Fix bug with cog bot check once not being unloaded properly.Rapptz2019-02-231-1/+1
* [commands] Fix attribute access in cogs to commands.Rapptz2019-02-231-0/+4
* [commands] Fix bug with local checks and cooldowns not applying.Rapptz2019-02-231-2/+0
* [commands] Copy on_error handlers in Command.copyRapptz2019-02-231-0/+4
* [commands] Pass over kwargs to `type.__new__`Rapptz2019-02-231-1/+1
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-237-158/+500
* [commands] Fix up wording on HelpFormatter.get_ending_noteRapptz2019-02-181-1/+1
* [commands] add document comment to HelpFormatter.get_ending_notecod2019-02-191-0/+1
* [commands] Add more i18n properties for HelpFormattercod2019-02-141-3/+12
* [commands] Fix ext.commands help page full-width indentationcod2019-02-061-3/+4
* Clarified add_listener documentationSkyweb2019-02-061-2/+2
* commands.clean_content: escape || spoilers ||Benjamin Mintz2019-02-061-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-289-9/+9
* Do None instead of falsy checks on Command attributesDevon R2019-01-281-3/+3
* Change Greedy behaviour slightly during conversion errors.MusicOnline2019-01-281-7/+3
* [commands] Remove message being required from Role/Member converters.Dice2018-12-141-3/+2
* [commands] Add support for IDs in the role related checks.Xua2018-11-241-17/+25
* Add channel category cooldown bucket typeDice2018-11-242-5/+9
* bot.unload_extension: also allow events with no modulebmintz2018-11-241-6/+4