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
*
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
*
Add support for getting individual ban entries
slice
2018-05-07
2
-0
/
+33
*
Filter null mentions when creating a Message.
Rapptz
2018-04-20
1
-1
/
+1
*
Change raw events to use slotted data models instead of parameters.
Rapptz
2018-04-14
2
-34
/
+184
*
Userbots do not have a DM cache cap limit.
Rapptz
2018-04-02
1
-1
/
+1
*
Actually fix the order in Guild.by_category.
Rapptz
2018-03-31
1
-2
/
+2
*
Flip comparison in Guild.by_category.
Rapptz
2018-03-31
1
-1
/
+1
*
Correct docstring for Game
Mitchell Ferree
2018-03-25
1
-1
/
+1
*
Sort voice channels below text channels in Guild.by_category
Rapptz
2018-03-25
1
-1
/
+1
*
[commands] Don't handle single quotes.
Rapptz
2018-03-20
1
-2
/
+0
*
Fix Webhook.guild raising an AttributeError.
Rapptz
2018-03-16
1
-1
/
+1
*
Add Spotify intergration colour
Myst(MysterialPy)
2018-03-09
1
-0
/
+15
*
Fix _image_url returning htps
Myst(MysterialPy)
2018-03-07
1
-2
/
+2
*
Convert Client.activity back to an Activity-like object
Rapptz
2018-03-06
1
-2
/
+2
*
Missing import for _ActivityTag inside Client
Rapptz
2018-03-06
1
-0
/
+1
*
Fix session_id in Spotify.to_dict
Harmon
2018-03-06
1
-1
/
+1
*
[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
*
Fix typo in TextChannel.delete_messages documentation.
Rapptz
2018-03-06
1
-3
/
+3
*
Fix invalid close errors on websockets 4.x
Rapptz
2018-03-06
2
-2
/
+2
*
Add ability to change the activity used when logging in at runtime.
Rapptz
2018-03-05
1
-0
/
+14
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
11
-146
/
+665
*
Update docstrings for channel.py
Jared Shields
2018-02-26
1
-1
/
+4
*
Add missing coroutine decorator to HTTPClient.get_attachment
Rapptz
2018-02-26
1
-0
/
+1
*
Don't cache webhook users.
Rapptz
2018-02-24
1
-1
/
+3
*
Add seek_begin keyword argument to Attachment.save
Rapptz
2018-02-13
1
-2
/
+8
*
Fix websockets 4.0 support
BeatButton
2018-02-12
1
-4
/
+4
*
[commands] Allow builtin unbound method converters
Eli
2018-02-10
1
-2
/
+7
*
Fixed opus error check
Daniel
2018-02-06
1
-2
/
+3
*
Add errcheck functions to opus foreign functions
Daniel
2018-01-31
1
-41
/
+37
*
Update opus and add COPYING notice
Daniel
2018-01-26
3
-0
/
+28
*
Change logic in PartialEmoji.__str__ a little.
Rapptz
2018-01-06
1
-1
/
+3
*
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
Gorialis
2018-01-06
5
-15
/
+45
*
Add intersphinx
Tobotimus
2018-01-06
30
-221
/
+219
*
[commands] Fix MissingRequiredArgument param handling
khazhyk
2018-01-06
1
-2
/
+2
*
Added a missing "to" in Message.raw_mentions documentation.
Chkoupinator
2018-01-06
1
-1
/
+1
*
Fix typo in Message.embeds documentation.
CloudNineK
2018-01-06
1
-1
/
+1
*
Ensure gif avatar urls end in `.gif`
khazhyk
2018-01-06
1
-1
/
+4
[next]