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
*
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
*
[lint] Fix import order
Hornwitser
2018-11-24
3
-4
/
+7
*
[commands] Remove duplicated quote entries
Hornwitser
2018-11-24
1
-2
/
+0
*
[lint] Remove redundant paranthesis
Hornwitser
2018-11-24
3
-9
/
+9
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
3
-14
/
+14
*
[lint] Remove redundant exception variables
Hornwitser
2018-11-24
1
-5
/
+5
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
2
-4
/
+4
*
Revert "Rework documentation to not duplicate inherited members."
Rapptz
2018-10-11
1
-3
/
+1
*
[commands] Add call_once keyword-only parameter for Bot.remove_check
Rapptz
2018-10-11
1
-7
/
+8
*
Rework documentation to not duplicate inherited members.
Rapptz
2018-10-03
1
-1
/
+3
*
[commands] Fix NameError in clean_content converter
Rapptz
2018-09-25
1
-1
/
+1
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-4
/
+7
*
[commands] Fix up Greedy documentation a bit.
Rapptz
2018-09-24
1
-2
/
+2
*
[commands] Add commands.Greedy converter and documentation.
Rapptz
2018-09-24
2
-2
/
+79
*
[commands] Allow for backtracking parsing with typing.Optional
Rapptz
2018-09-23
1
-0
/
+10
*
[commands] Properly parse bool when inside a typing.Union
zephyrkul
2018-09-20
1
-3
/
+3
*
Correct ClientException message raised in invocation hooks.
MusicOnline
2018-09-20
2
-4
/
+4
*
Change docstrings to raw-strings
BeatButton
2018-09-14
4
-11
/
+11
*
[commands] Prepend mention prefixes in commands.when_mentioned_or
zephyrkul
2018-08-28
1
-1
/
+1
*
Fix typo in core.Command docstring
SilicalNZ
2018-08-24
1
-1
/
+1
*
[commands] Use eval instead of get_type_hints to resolve typehints
Rapptz
2018-08-22
1
-14
/
+19
*
Bot.unload_extension: don't remove commands from no module
Ben Mintz
2018-08-22
1
-0
/
+2
*
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
[next]