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
*
Expose more information from partial invites, along with counts.
Rapptz
2019-02-12
6
-27
/
+187
*
Bump aiohttp requirement and fix AsyncWebhookAdapter
Bryan Forbes
2019-02-12
2
-2
/
+2
*
Fix documentation typo in CategoryChannel
Pedro Cunha
2019-02-12
1
-1
/
+1
*
Add PremiumType enumeration and ClientUser.premium_type
Liam H
2019-02-12
2
-3
/
+11
*
Change Activity.application_id from `str` to `int`.
BluePhoenixGame
2019-02-12
1
-2
/
+3
*
Fix missing import.
Rapptz
2019-02-06
1
-2
/
+2
*
Try to optimize for the common ASCII case.
Rapptz
2019-02-06
1
-3
/
+10
*
[commands] Fix ext.commands help page full-width indentation
cod
2019-02-06
2
-3
/
+13
*
Clarified add_listener documentation
Skyweb
2019-02-06
1
-2
/
+2
*
Use non-deprecated method of acquiring lock
Toby Harradine
2019-02-06
1
-1
/
+1
*
Fix typo in API documentation.
stuarth
2019-02-06
1
-1
/
+1
*
Remove notes about Client.messages
Xua
2019-02-06
1
-5
/
+5
*
commands.clean_content: escape || spoilers ||
Benjamin Mintz
2019-02-06
1
-1
/
+1
*
Fix ReactionIterator for limit > 100
Harmon
2019-01-30
1
-1
/
+1
*
Add CategoryChannel.text_channels and voice_channels
Chris
2019-01-29
1
-0
/
+18
*
Added support for comparing PermissionOverwrites
DevilXD
2019-01-28
1
-0
/
+7
*
Warn on high latency and blocking heartbeat
Hornwitser
2019-01-28
1
-1
/
+16
*
Fix README.rst for PyPi
Hornwitser
2019-01-28
3
-3
/
+4
*
Update voice code to vws V4
Imayhaveborkedit
2019-01-28
4
-24
/
+86
*
Fix accidental regression of 9bc48b2 in fa46b07
Hornwitser
2019-01-28
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
59
-60
/
+60
*
Fix the Context.message example to actually use ctx.message
Chris Rrapi
2019-01-28
1
-3
/
+2
*
Implement PartialEmoji == Emoji (fixes #1627)
Ben Mintz
2019-01-28
1
-0
/
+10
*
Fix user/user_id documentation for reaction remove events
MusicOnline
2019-01-28
2
-2
/
+2
*
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
*
Use a tuple for startswith in mime detection code.
Valentin
2019-01-28
1
-1
/
+1
*
Allow additional parameters on channel creation
Tyler
2019-01-28
2
-17
/
+45
*
Fix typo in Permissions.all_channel
StarrFox
2019-01-28
1
-1
/
+1
*
Fix Webhook states for stateful objects
Dice
2019-01-28
1
-3
/
+3
*
Fix overwriting of AuditLogDiff.roles for multiple $add/$remove keys
Rapptz
2018-12-31
1
-1
/
+2
*
Log rate limit hits into WARNING instead of INFO.
Rapptz
2018-12-27
1
-2
/
+2
*
Fix typo in exception message in Guild.edit
Rapptz
2018-12-17
1
-2
/
+2
*
Add support for explicit_content_filter in Guild.edit
Rapptz
2018-12-17
2
-2
/
+10
*
Fix some lingering attribute setting issues.
Rapptz
2018-12-14
1
-0
/
+5
*
Add support for mobile indicators and per-client statuses.
Rapptz
2018-12-14
2
-9
/
+36
*
Add support for spoiler attachments.
Rapptz
2018-12-14
2
-1
/
+10
*
Update Message.mention_everyone docs to include @here
Laurenz
2018-12-14
2
-4
/
+4
*
Added User.mutual_friends()
CapnS
2018-12-14
2
-0
/
+24
*
[commands] Remove message being required from Role/Member converters.
Dice
2018-12-14
1
-3
/
+2
*
Handle implicit perms in discord.VoiceChannel.permissions_for
Michael H
2018-12-14
1
-0
/
+13
*
Add override to `close()` method to the websocket subclass.
CraftSpider
2018-12-14
1
-0
/
+6
*
Fix AttributeError in webhook.send
Chris Rrapi
2018-11-29
1
-1
/
+1
*
Fix documentation for NotificationLevel
Chris R
2018-11-26
1
-2
/
+2
*
Fix bug in Guild.splash_url
Rapptz
2018-11-26
1
-1
/
+1
*
Support discordapp.com invite URLs.
Rapptz
2018-11-25
1
-1
/
+1
*
Add support for default notification level in audit logs and Guild.edit
Rapptz
2018-11-25
5
-21
/
+40
*
Support webp in _get_mime_type_for_image
khazhyk
2018-11-24
1
-0
/
+2
*
Add Guild.default_notifications
Chris
2018-11-24
3
-3
/
+21
*
[commands] Add support for IDs in the role related checks.
Xua
2018-11-24
1
-17
/
+25
[next]