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
...
*
Remove manual documentation for AppInfo
Rapptz
2019-04-08
2
-50
/
+4
*
Missing a word in Attachment.save
Rapptz
2019-04-08
1
-2
/
+2
*
Fix oversight where on_disconnect did not get called on WS termination.
Rapptz
2019-04-08
2
-0
/
+3
*
Fix long-standing issue with user updates not dispatching properly.
Rapptz
2019-04-08
3
-8
/
+43
*
GUILD_MEMBER_UPDATE no longer does actual user updates.
Rapptz
2019-04-08
2
-8
/
+2
*
Don't use an enum when unnecessary in Member._client_status
Rapptz
2019-04-08
1
-1
/
+1
*
Add a note to load_opus that it's auto loaded on Windows.
Rapptz
2019-04-08
1
-0
/
+5
*
Add some version guarantees to the documentation.
Rapptz
2019-04-08
4
-6
/
+45
*
terminate iterators immediately once out of data
khazhyk
2019-04-07
1
-2
/
+2
*
simplify AuditLogIterator ordering
khazhyk
2019-04-07
2
-24
/
+21
*
simplify HistoryIterator message ordering
khazhyk
2019-04-07
4
-32
/
+29
*
allow passing 0 for logs_from parameters
khazhyk
2019-04-07
1
-3
/
+3
*
Client.event raises TypeError instead of ClientException.
Rapptz
2019-04-07
1
-2
/
+7
*
[commands] Raise TypeError instead of ClientException in some places
Rapptz
2019-04-07
2
-18
/
+18
*
Don't raise an exception during the signal handlers.
Rapptz
2019-04-07
1
-10
/
+7
*
Forgot to escape backticks.
Rapptz
2019-04-07
1
-1
/
+1
*
Add ignore_links and as_needed options to utils.escape_markdown.
Rapptz
2019-04-07
1
-5
/
+30
*
Fix regex substitution in utils.escape_mentions
Rapptz
2019-04-06
1
-1
/
+1
*
[commands] Remove extraneous `or`
Rapptz
2019-04-06
1
-1
/
+1
*
Add note about escape_markdown in Message.clean_content
Rapptz
2019-04-06
1
-0
/
+6
*
[commands] Fix HelpCommand.invoked_with when used in events.
Rapptz
2019-04-06
1
-2
/
+3
*
Simplify bot loop cleanup routine.
Rapptz
2019-04-06
1
-46
/
+57
*
Fix copy paste error in ClientUser.edit_settings
Rapptz
2019-04-06
1
-2
/
+2
*
Use explicit __eq__ call to be consistent with other methods.
Rapptz
2019-04-06
1
-2
/
+2
*
Fix Attachment.save wording nit.
Rapptz
2019-04-06
1
-3
/
+4
*
Add helpers to escape markdown and mentions from text.
Rapptz
2019-04-06
3
-6
/
+47
*
[commands] Disallow bot_ or cog_ commands or listeners in cogs.
Rapptz
2019-04-06
1
-1
/
+5
*
Make abc.GuildChannel.overwrites return a dictionary
Rapptz
2019-04-06
1
-7
/
+6
*
[commands] Raise BadArgument in ColourConverter when using from_hsv/rgb
Rapptz
2019-04-06
1
-2
/
+3
*
Only escape characters as necessary in clean_content
CapnS
2019-04-06
1
-10
/
+5
*
Add fetch custom emoji, all custom emojis; Add user property to Emoji
NCPlayz
2019-04-06
3
-1
/
+57
*
Redesign bulk delete events
Vexs
2019-04-06
3
-19
/
+47
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
16
-155
/
+332
*
Propagate Cloudflare 429 HTML text.
Rapptz
2019-03-31
1
-0
/
+4
*
Added functionality to edit user settings
CapnS
2019-03-28
3
-1
/
+127
*
[commands] Fix MinimalHelpCommand opening note signature consistency
Rapptz
2019-03-24
1
-4
/
+4
*
Double underscore HTTPClient's internal session.
Rapptz
2019-03-24
2
-9
/
+10
*
[commands] Double underscore some attributes.
Rapptz
2019-03-24
1
-16
/
+16
*
[commands] Add HelpCommand.invoked_with
Rapptz
2019-03-24
1
-2
/
+22
*
guild.py: change wording for create_role error
numbermaniac
2019-03-24
1
-1
/
+1
*
Get cached message in reverse order for improved performance.
Rapptz
2019-03-23
1
-1
/
+1
*
[commands] Add Command.cooldown_after_parsing keyword argument.
Rapptz
2019-03-22
1
-5
/
+17
*
Add Guild.max_presences and Guild.max_members
NCPlayz
2019-03-22
1
-1
/
+7
*
Fix documentation for Channel.last_message
Capn
2019-03-22
1
-1
/
+1
*
Fix mistake in documentation.
Rapptz
2019-03-20
1
-1
/
+1
*
Add back PartialEmoji.__hash__ that was deleted due to __eq__.
Rapptz
2019-03-20
1
-0
/
+3
*
[commands] Ensure handlers are copied even during update.
Rapptz
2019-03-20
1
-12
/
+15
*
Drop websockets version due to issues.
Rapptz
2019-03-20
1
-1
/
+1
*
Add TextChannel.last_message_id and TextChannel.last_message
Rapptz
2019-03-20
2
-1
/
+48
*
Update docs, mostly Inviting Your Bot
apple502j
2019-03-20
10
-39
/
+35
[prev]
[next]