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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add channel category cooldown bucket type
Dice
2018-11-24
2
-5
/
+9
*
Outline the logic of `bool` converters
scragly
2018-11-24
1
-0
/
+12
*
Group Advanced Converters and Inline Advanced Converters
scragly
2018-11-24
1
-58
/
+58
*
bot.unload_extension: also allow events with no module
bmintz
2018-11-24
1
-6
/
+4
*
Trim whitespace in artist names in Spotify.artists
Amit Katz
2018-11-24
1
-1
/
+1
*
Webhooks: add support for multi-file upload
Terrance
2018-11-24
1
-8
/
+28
*
Actually drop copy.copy in Member
Hornwitser
2018-11-24
1
-6
/
+0
*
Add support for multiple activities
SnowyLuma
2018-11-24
6
-12
/
+24
*
add support for Bug Hunter and Early Supporter flags
bmintz
2018-11-24
3
-4
/
+20
*
Add missing asyncio imports from the examples
Capn
2018-11-24
3
-0
/
+3
*
[lint] Removed unused variable handler
Hornwitser
2018-11-24
1
-1
/
+0
*
[lint] Remove extra whitespace in guild.py
Hornwitser
2018-11-24
1
-1
/
+1
*
[lint] Changed missed docstrings to raw-string
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Fix import order
Hornwitser
2018-11-24
19
-70
/
+83
*
[commands] Remove duplicated quote entries
Hornwitser
2018-11-24
1
-2
/
+0
*
[lint] Do log formating lazily
Hornwitser
2018-11-24
2
-4
/
+4
*
[lint] Simplyfy util.valid_icon_size
Hornwitser
2018-11-24
1
-1
/
+1
*
[lint] Remove redundant paranthesis
Hornwitser
2018-11-24
8
-15
/
+15
*
[lint] Replace equality comparisons to singletons
Hornwitser
2018-11-24
3
-11
/
+11
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
10
-66
/
+66
*
[lint] Remove redundant exception variables
Hornwitser
2018-11-24
5
-16
/
+13
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
11
-19
/
+19
*
Revert "Rework documentation to not duplicate inherited members."
Rapptz
2018-10-11
5
-28
/
+44
*
[commands] Add call_once keyword-only parameter for Bot.remove_check
Rapptz
2018-10-11
1
-7
/
+8
*
Add Guild.splash_url_as
Matt (IPv4)
2018-10-11
2
-7
/
+38
*
Remove outdated note about bot accounts.
MusicOnline
2018-10-11
1
-2
/
+0
*
Remove "Is there any documentation for ext.commands?" FAQ
MusicOnline
2018-10-05
1
-12
/
+0
*
Update set "Playing" status FAQ
MusicOnline
2018-10-05
1
-4
/
+11
*
Fix up Guild.create_custom_emoji docstring.
Rapptz
2018-10-03
1
-1
/
+1
*
Rework documentation to not duplicate inherited members.
Rapptz
2018-10-03
5
-44
/
+28
*
Add note regarding MORE_EMOJI in Guild.create_custom_emoji
MusicOnline
2018-10-03
1
-1
/
+2
*
Correct Guild.create_custom_emoji documentation
MusicOnline
2018-10-02
1
-2
/
+2
*
Add support for AuditLogDiff.slowmode_delay.
Rapptz
2018-09-25
2
-6
/
+14
*
[commands] Fix NameError in clean_content converter
Rapptz
2018-09-25
1
-1
/
+1
*
Don't try to close shards if there are none yet.
Gorialis
2018-09-26
1
-1
/
+3
*
Fix NameError and duplicate insertion bug when moving roles.
Rapptz
2018-09-24
1
-1
/
+1
*
Update Japanese documentation strings
Rapptz
2018-09-24
4
-2746
/
+3012
*
[commands] Elaborate more on disallowed types in Greedy and Optional
Rapptz
2018-09-24
2
-1
/
+8
*
Optimise tight loops in DiscordGateway.received_message
Rapptz
2018-09-24
4
-44
/
+53
*
Optimise some member and user related routines.
Rapptz
2018-09-24
3
-5
/
+33
*
Change internal representation of roles in Member and Emoji.
Rapptz
2018-09-24
5
-21
/
+67
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
9
-46
/
+61
*
Take the default role property into account when comparing roles.
Rapptz
2018-09-24
1
-0
/
+6
*
[commands] Fix up Greedy documentation a bit.
Rapptz
2018-09-24
3
-13
/
+13
*
Forgot to add these images.
Rapptz
2018-09-24
2
-0
/
+0
*
[commands] Add commands.Greedy converter and documentation.
Rapptz
2018-09-24
4
-2
/
+217
*
[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 note note about editing emoji in Guild.create_custom_emoji.
Vexs
2018-09-20
1
-2
/
+0
*
Correct ClientException message raised in invocation hooks.
MusicOnline
2018-09-20
2
-4
/
+4
[next]