index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pagination of huge command help messages (> ~2,000 chars)
slice
2019-03-16
1
-2
/
+12
*
Fix documentation linking issue in Messageables and Context
Rapptz
2019-03-16
1
-5
/
+5
*
[commands] Rename it to Context.send_help for consistency.
Rapptz
2019-03-16
1
-2
/
+2
*
[commands] Add Context.show_help helper to use the HelpCommand set.
Rapptz
2019-03-16
1
-0
/
+67
*
[commands] Optimise GroupMixin.get_command for the no space case.
Rapptz
2019-03-16
1
-0
/
+4
*
[commands] Assign context inside HelpCommand.prepare_help_command
Rapptz
2019-03-16
1
-3
/
+9
*
[commands] Add HelpCommand.get_bot_mapping helper.
Rapptz
2019-03-16
1
-5
/
+11
*
[commands] Return result of send_group_help and send_command_help
Rapptz
2019-03-16
1
-2
/
+2
*
Change superclass to subclass in some documentation
Kaeptm Blaubaer
2019-03-16
2
-5
/
+5
*
[commands] Add back dm_help tribool for the provided HelpCommands
Rapptz
2019-03-16
1
-0
/
+42
*
[commands] Add commands.Paginator.__len__
Rapptz
2019-03-16
1
-0
/
+10
*
[commands] Redesign HelpFormatter into HelpCommand
Rapptz
2019-03-15
5
-476
/
+1189
*
[commands] Add Cog.description to get the clean docstring.
Rapptz
2019-03-14
1
-0
/
+9
*
[commands] Add Cog.qualified_name to query the specified cog name.
Rapptz
2019-03-13
1
-0
/
+5
*
[commands] Properly handle typing.Optional as last positional parameter
Harmon
2019-03-13
1
-0
/
+2
*
[commands] Support staticmethod listeners and disallow them in commands
Rapptz
2019-03-12
1
-5
/
+18
*
[commands] Refactor quoted_word free function to a StringView method.
Rapptz
2019-03-12
2
-88
/
+85
*
[commands] Separate view parsing errors from BadArgument.
Rapptz
2019-03-12
2
-6
/
+60
*
Small inconsistency in documentation
Skyweb
2019-03-08
1
-1
/
+1
*
[commands] Allow passing of typing.Union into Greedy. Fix #1951
Rapptz
2019-03-03
1
-1
/
+1
*
Fix Signature for Greedy/Optional converters
Myst(MysterialPy)
2019-03-02
1
-1
/
+22
*
[commands] Fix name clash overwriting T.__class__.__name__
Rapptz
2019-02-28
1
-2
/
+2
*
[commands] Allow Converter instances in Greedy. Fix #1939.
Rapptz
2019-02-27
1
-2
/
+2
*
[commands] Error out when someone passes plain Cog.listener decorator.
Rapptz
2019-02-27
1
-1
/
+5
*
[commands] Add support for stacking Cog.listener decorator.
Rapptz
2019-02-27
1
-2
/
+7
*
[commands] Fix special method detection for regular function objects.
Rapptz
2019-02-24
1
-3
/
+12
*
[commands] Remove Bot.get_cog_commands
Rapptz
2019-02-23
1
-25
/
+0
*
[commands] Fix bug in behaviour in the cog inspection methods.
Rapptz
2019-02-23
1
-5
/
+10
*
Update copyright years.
Rapptz
2019-02-23
2
-2
/
+2
*
[commands] Update stale parent references in subcommands.
Rapptz
2019-02-23
1
-0
/
+14
*
[commands] Fix issue with decorator order with checks and cooldowns
Rapptz
2019-02-23
2
-0
/
+9
*
[commands] Fix bug with cog bot check once not being unloaded properly.
Rapptz
2019-02-23
1
-1
/
+1
*
[commands] Fix attribute access in cogs to commands.
Rapptz
2019-02-23
1
-0
/
+4
*
[commands] Fix bug with local checks and cooldowns not applying.
Rapptz
2019-02-23
1
-2
/
+0
*
[commands] Copy on_error handlers in Command.copy
Rapptz
2019-02-23
1
-0
/
+4
*
[commands] Pass over kwargs to `type.__new__`
Rapptz
2019-02-23
1
-1
/
+1
*
Rework entire cog system and partially document it and extensions.
Rapptz
2019-02-23
7
-158
/
+500
*
[commands] Fix up wording on HelpFormatter.get_ending_note
Rapptz
2019-02-18
1
-1
/
+1
*
[commands] add document comment to HelpFormatter.get_ending_note
cod
2019-02-19
1
-0
/
+1
*
[commands] Add more i18n properties for HelpFormatter
cod
2019-02-14
1
-3
/
+12
*
[commands] Fix ext.commands help page full-width indentation
cod
2019-02-06
1
-3
/
+4
*
Clarified add_listener documentation
Skyweb
2019-02-06
1
-2
/
+2
*
commands.clean_content: escape || spoilers ||
Benjamin Mintz
2019-02-06
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
9
-9
/
+9
*
Do None instead of falsy checks on Command attributes
Devon R
2019-01-28
1
-3
/
+3
*
Change Greedy behaviour slightly during conversion errors.
MusicOnline
2019-01-28
1
-7
/
+3
*
[commands] Remove message being required from Role/Member converters.
Dice
2018-12-14
1
-3
/
+2
*
[commands] Add support for IDs in the role related checks.
Xua
2018-11-24
1
-17
/
+25
*
Add channel category cooldown bucket type
Dice
2018-11-24
2
-5
/
+9
*
bot.unload_extension: also allow events with no module
bmintz
2018-11-24
1
-6
/
+4
[next]