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
*
Add support for converters working with PEP-563
Bryan Forbes
2018-08-22
1
-0
/
+12
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
6
-12
/
+16
*
[lint] Remove unnecessary lambdas
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Remove unused variables
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
4
-5
/
+1
*
[commands] Handle nick mentions in HelpFormatter
Michael H
2018-08-22
1
-2
/
+2
*
[commands] Ignore bots from Bot.process_commands by default.
Rapptz
2018-08-22
1
-1
/
+7
*
[commands] Added BucketType.members for cooldowns
Clement
2018-08-22
2
-1
/
+5
*
[commands] Fix broken handling of keyword only parameters.
Rapptz
2018-07-21
1
-1
/
+1
*
[commands] Fix typing.Union converters for 3.7
Rapptz
2018-07-20
1
-12
/
+17
*
[commands] Make ConversionError have the original error as an attribute
Rapptz
2018-07-20
2
-2
/
+6
*
[commands] Add support for typing.Union as a converter
Rapptz
2018-07-20
2
-5
/
+55
*
[commands] raise ConversionError on Converter error
khazhyk
2018-07-20
2
-26
/
+44
*
[commands] Change command_prefix behaviour
Hornwitser
2018-06-29
1
-17
/
+53
*
Fix case insensitive command removal
Harmon
2018-06-21
1
-0
/
+3
*
Fix Bot.get_prefix second parameter breaking.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
5
-167
/
+119
*
[commands] Don't handle single quotes.
Rapptz
2018-03-20
1
-2
/
+0
*
[commands] Minor optimisations to unicode quote handling.
Rapptz
2018-03-06
1
-3
/
+6
*
[commands] Added handling for unicode quotes
b-hodges
2018-03-06
1
-14
/
+43
*
[commands] Add ability to have case insensitive commands.
Rapptz
2018-03-06
2
-1
/
+28
*
[commands] Allow builtin unbound method converters
Eli
2018-02-10
1
-2
/
+7
*
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
Gorialis
2018-01-06
1
-2
/
+21
*
Add intersphinx
Tobotimus
2018-01-06
6
-47
/
+47
*
[commands] Fix MissingRequiredArgument param handling
khazhyk
2018-01-06
1
-2
/
+2
*
[commands] Document that can_run can raise.
Rapptz
2017-12-29
1
-0
/
+6
*
[commands] Forbid passing a string to aliases in Command.
Rapptz
2017-12-29
1
-0
/
+4
*
Add support for animated emoji to commands ext EmojiConverter
Joshua Butt
2017-12-22
1
-1
/
+1
*
[commands] Fix minor spelling mistake
S Stewart
2017-11-20
1
-1
/
+1
*
[commands] Minor speed-up for the BucketType.guild case.
Rapptz
2017-10-08
1
-1
/
+1
*
[commands] Make CooldownMapping.get_bucket take Message instead.
Rapptz
2017-10-08
2
-7
/
+6
*
[commands] Split Cooldown state processing to two different functions.
MysterialPy
2017-10-03
2
-8
/
+34
*
[commands] Add CategoryChannelConverter
Rapptz
2017-09-13
1
-1
/
+42
*
[commands] Fix NameError when given an invalid prefix.
Rapptz
2017-09-12
1
-1
/
+1
*
[commands] Have (bot_)has_permissions provide better failure responses
ReinaSakuraba
2017-08-30
1
-2
/
+21
*
[commands] Add MissingPermissions and BotMissingPermissions
ReinaSakuraba
2017-08-30
1
-1
/
+43
*
[commands] Add CooldownMapping.from_cooldown factory classmethod.
Rapptz
2017-08-27
1
-0
/
+4
*
[commands] Export cooldown classes as well.
Rapptz
2017-08-27
1
-1
/
+1
*
[commands] Raise when an invalid prefix is given.
Rapptz
2017-08-15
1
-5
/
+18
*
[commands] Ensure no mentions escape clean_content
Rapptz
2017-08-10
1
-10
/
+2
*
[commands] Fix clean_content converter not properly escaping mentions.
Rapptz
2017-08-10
1
-24
/
+29
*
[commands] Fix Command.root_parent not properly working.
Rapptz
2017-07-19
1
-2
/
+4
*
[commands] Restart the StringView properly in Context.reinvoke.
Rapptz
2017-07-18
1
-1
/
+3
*
[commands] Remove support for pass_context=False in Command.
Rapptz
2017-07-18
3
-17
/
+13
*
First pass at commands narrative documentation.
Rapptz
2017-07-08
1
-2
/
+2
*
[commands] unload cog submodules
khazhyk
2017-07-07
1
-0
/
+3
*
[commands] fix unloading incorrect cogs
khazhyk
2017-07-03
1
-3
/
+6
*
[commands] clean up remove_cog documentation
khazhyk
2017-07-03
1
-3
/
+2
*
[commands] Improve commands.when_mentioned_or documentation.
Rapptz
2017-07-01
1
-2
/
+19
*
[commands] Do not take up 'command' keyword-argument in Context.invoke.
Rapptz
2017-06-27
1
-3
/
+12
[next]