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 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
*
Add colour attribute for BaseUser
MusicOnline
2018-09-16
1
-0
/
+12
*
Translate some more files to Japanese
Episword
2018-09-15
4
-2402
/
+2501
*
Fix webhook_update from code review
Jeremy Zhang
2018-09-15
2
-3
/
+4
*
Simple parser for WEBHOOKS_UPDATE
Jeremy Zhang
2018-09-15
2
-0
/
+10
*
Update Japanese string dump.
Rapptz
2018-09-15
2
-473
/
+671
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
9
-20
/
+20
*
Add support for Discord's slow mode.
Rapptz
2018-09-14
3
-8
/
+24
*
Removed inaccurate note on emoji.py
Tarek1337
2018-09-14
1
-2
/
+0
*
Update PyNaCl dependency to one that works with 3.7
ItWasAllIntended
2018-09-14
1
-1
/
+2
*
Change docstrings to raw-strings
BeatButton
2018-09-14
14
-29
/
+29
*
Bump aiohttp contraint to <3.5.0
Toby Harradine
2018-09-06
1
-1
/
+1
*
[docs] sort the VoiceRegions
bmintz
2018-08-30
1
-33
/
+33
*
document HypeSquadHouse and Profile.hypesquad_houses
bmintz
2018-08-30
1
-1
/
+17
*
Fix PartialEmoji._as_reaction() for emojis the bot can't see
Carl Groth
2018-08-30
1
-1
/
+1
*
[commands] Prepend mention prefixes in commands.when_mentioned_or
zephyrkul
2018-08-28
1
-1
/
+1
*
Fix typo in on_raw_reaction_add event.
Chris
2018-08-28
1
-1
/
+1
*
Call Http.start_group() in ClientUser.create_group()
Bryan Forbes
2018-08-28
1
-1
/
+1
*
Ensure large guilds are properly appended to the ready state guild list
Bryan Forbes
2018-08-28
1
-1
/
+1
*
Fix CallMessage.duration calculation
Bryan Forbes
2018-08-28
1
-2
/
+2
*
Finished index.po translation.
Episword
2018-08-28
1
-22
/
+23
*
Remove Reaction.users "Python 3.4 usage" section
Hornwitser
2018-08-28
1
-11
/
+0
*
Fix behavior of reaction type-conversion
Bryan Forbes
2018-08-25
1
-1
/
+2
*
Fix latency being able to be negative
orlnub123
2018-08-24
1
-6
/
+9
*
Correct Member.__hash__
Mitchell Ferree
2018-08-23
1
-1
/
+1
*
Fix send_as_json not dispatching socket_raw_send
orlnub123
2018-08-23
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
*
Added hypesquad house functionality
mental
2018-08-22
3
-2
/
+36
*
Move conditional RTD dependencies to 'docs' extra
Toby Harradine
2018-08-22
2
-17
/
+7
*
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 types used for __slots__ and __all__
Hornwitser
2018-08-22
4
-4
/
+4
[next]