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 accidental regression of 9bc48b2 in fa46b07
Hornwitser
2019-01-28
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
46
-47
/
+47
*
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
1
-1
/
+1
*
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 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
4
-20
/
+33
*
Support webp in _get_mime_type_for_image
khazhyk
2018-11-24
1
-0
/
+2
*
Add Guild.default_notifications
Chris
2018-11-24
2
-3
/
+10
*
[commands] Add support for IDs in the role related checks.
Xua
2018-11-24
1
-17
/
+25
*
Add channel category cooldown bucket type
Dice
2018-11-24
2
-5
/
+9
*
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
4
-9
/
+21
*
add support for Bug Hunter and Early Supporter flags
bmintz
2018-11-24
2
-4
/
+14
*
[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
4
-28
/
+2
*
[commands] Add call_once keyword-only parameter for Bot.remove_check
Rapptz
2018-10-11
1
-7
/
+8
[next]