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
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 types used for __slots__ and __all__
Hornwitser
2018-08-22
4
-4
/
+4
*
[lint] Replace deprecated Logger function warn
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
26
-66
/
+62
*
[lint] Remove unnecessary lambdas
Hornwitser
2018-08-22
3
-3
/
+3
*
[lint] Remove unused variables
Hornwitser
2018-08-22
7
-10
/
+9
*
[lint] Remove unused imports
Hornwitser
2018-08-22
16
-21
/
+3
*
Fix Reaction.users documentation
MusicOnline
2018-08-22
1
-4
/
+1
*
Adds missing voice regions.
MaximusPX
2018-08-22
1
-0
/
+2
*
Add Colour.from_hsv
bmintz
2018-08-22
1
-0
/
+8
*
Add support for splash(_url) to invites
DismissedGuy
2018-08-22
1
-0
/
+6
*
Implement roles kwarg for guild.create_custom_emoji and emoji.edit
PikalaxALT
2018-08-22
3
-8
/
+18
*
More informations for the Application info
El Laggron
2018-08-22
1
-1
/
+6
*
[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
*
Update Message.author doctring
Dunkledore
2018-08-22
1
-1
/
+1
*
[commands] Added BucketType.members for cooldowns
Clement
2018-08-22
2
-1
/
+5
*
Explicitly mark event handlers private
Rapptz
2018-08-09
1
-2
/
+2
*
Add Permissions.priority_speaker.
slice
2018-07-31
1
-3
/
+12
*
message: de-duplicate reaction type conversion
bmintz
2018-07-31
1
-23
/
+15
*
Fix dumb typo in the warning.
Rapptz
2018-07-24
1
-2
/
+3
*
Add a warning for self-bots in Client.login
Rapptz
2018-07-24
1
-0
/
+6
*
Add clarification about creating guilds
Kot
2018-07-24
1
-2
/
+2
*
[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
*
Make TextChannel.create_webhook name parameter mandatory.
Rapptz
2018-07-20
2
-10
/
+7
*
Fix crashing with wonky TYPING_START events.
Rapptz
2018-07-20
1
-1
/
+1
*
Revert "Ensure gif avatar urls end in `.gif`"
khazhyk
2018-07-20
1
-4
/
+1
*
[commands] raise ConversionError on Converter error
khazhyk
2018-07-20
2
-26
/
+44
*
[docs] discord/client: remove reference to async_event
bmintz
2018-07-19
1
-9
/
+2
*
Remove remaining asyncio.coroutine calls.
bmintz
2018-07-05
2
-11
/
+2
*
Store guild, unavailable tuple in ready as well
khazhyk
2018-06-30
1
-1
/
+1
*
Fix __aiter__ compatibility with 3.7.
Rapptz
2018-06-29
1
-1
/
+1
*
Change jump_to_url to jump_url and fix format.
Rapptz
2018-06-29
1
-2
/
+2
*
don't drop guild_available/join before ready
khazhyk
2018-06-29
1
-5
/
+23
*
[commands] Change command_prefix behaviour
Hornwitser
2018-06-29
1
-17
/
+53
*
Fix typo in Permissions.is_subset/is_superset
Hornwitser
2018-06-21
1
-2
/
+2
*
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
*
Disable compression for websockets.
Rapptz
2018-06-10
2
-3
/
+3
*
Fix NameError for typing context manager.
Rapptz
2018-06-10
1
-1
/
+1
*
Remove dead package references.
Rapptz
2018-06-10
8
-9
/
+7
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
28
-1008
/
+607
*
Add Message.jump_to_url
Rapptz
2018-06-10
1
-0
/
+6
*
Remove emojis from cache if they're removed from a guild.
Rapptz
2018-05-19
1
-0
/
+2
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
9
-37
/
+59
*
abc.GuildChannel.set_permissions can raise NotFound.
Rapptz
2018-05-18
1
-0
/
+2
*
Document user parameter in Guild.get_ban
Rapptz
2018-05-08
1
-0
/
+5
[next]