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 sending multiple files
Dice
2019-03-20
1
-2
/
+1
*
Try to consistently use "inherit" vs "derive" in documentation.
Rapptz
2019-03-19
5
-15
/
+15
*
[commands] Redesign extension exception flow.
Rapptz
2019-03-19
2
-21
/
+115
*
[commands] Add Bot.reload_extension for atomic loading.
Rapptz
2019-03-19
1
-43
/
+106
*
[commands] ColourConverter raises if value is out of range
Joshua B
2019-03-19
1
-0
/
+2
*
Some widget fixes.
Rapptz
2019-03-19
1
-7
/
+15
*
Add support for guild widget
NCPlayz
2019-03-19
6
-14
/
+333
*
Expose Metadata
NCPlayz
2019-03-19
6
-9
/
+255
*
Organise documentation
NCPlayz
2019-03-19
28
-406
/
+404
*
Take back ownership of files from aiohttp for retrying requests.
Rapptz
2019-03-18
4
-22
/
+62
*
Add on_disconnect event.
Rapptz
2019-03-18
1
-0
/
+1
*
[commands] Walk through MRO for Cog derived classes.
Rapptz
2019-03-17
1
-23
/
+37
*
Sorting bucket requires an integer.
Rapptz
2019-03-17
1
-1
/
+1
*
Fix typo in private property name.
Rapptz
2019-03-17
1
-1
/
+1
*
[commands] Make Bot.cogs and Bot.extensions read-only mappings.
Rapptz
2019-03-17
1
-12
/
+23
*
Add support for store channels.
Rapptz
2019-03-17
4
-8
/
+146
*
Fix NameError in Embed.to_dict
Rapptz
2019-03-17
1
-1
/
+1
*
Fix embed to_dict timestamp handling for python 3.5
Michael H
2019-03-17
1
-1
/
+4
*
Fix pagination of huge command help messages (> ~2,000 chars)
slice
2019-03-16
1
-2
/
+12
*
Consider news channel type as a TextChannel
Jeremy "EndenDragon" Zhang
2019-03-16
1
-1
/
+1
*
Fix documentation linking issue in Messageables and Context
Rapptz
2019-03-16
2
-31
/
+31
*
[commands] Rename it to Context.send_help for consistency.
Rapptz
2019-03-16
1
-2
/
+2
*
[commands] Add Context.show_help helper to use the HelpCommand set.
Rapptz
2019-03-16
1
-0
/
+67
*
[commands] Optimise GroupMixin.get_command for the no space case.
Rapptz
2019-03-16
1
-0
/
+4
*
[commands] Assign context inside HelpCommand.prepare_help_command
Rapptz
2019-03-16
1
-3
/
+9
*
[commands] Add HelpCommand.get_bot_mapping helper.
Rapptz
2019-03-16
1
-5
/
+11
*
[commands] Return result of send_group_help and send_command_help
Rapptz
2019-03-16
1
-2
/
+2
*
Change superclass to subclass in some documentation
Kaeptm Blaubaer
2019-03-16
2
-5
/
+5
*
[commands] Add back dm_help tribool for the provided HelpCommands
Rapptz
2019-03-16
1
-0
/
+42
*
[commands] Add commands.Paginator.__len__
Rapptz
2019-03-16
1
-0
/
+10
*
Fix Embed.to_dict to work with TZ aware datetime objects.
Rapptz
2019-03-15
1
-1
/
+1
*
[commands] Redesign HelpFormatter into HelpCommand
Rapptz
2019-03-15
5
-476
/
+1189
*
[commands] Add Cog.description to get the clean docstring.
Rapptz
2019-03-14
1
-0
/
+9
*
[commands] Add Cog.qualified_name to query the specified cog name.
Rapptz
2019-03-13
1
-0
/
+5
*
Support path-like objects in Attachment.save.
Rapptz
2019-03-13
1
-5
/
+6
*
Add support for reading guild descriptions
Nadir Chowdhury
2019-03-13
2
-3
/
+10
*
Fix imports
Nadir Chowdhury
2019-03-13
1
-4
/
+4
*
[commands] Properly handle typing.Optional as last positional parameter
Harmon
2019-03-13
1
-0
/
+2
*
Add Embed.copy to do a copy on an embed object.
Rapptz
2019-03-13
1
-0
/
+4
*
Add Embed.__len__ to query total character size of an embed.
Rapptz
2019-03-13
1
-0
/
+31
*
Expose Embed.from_data as Embed.from_dict
Rapptz
2019-03-13
3
-3
/
+17
*
Handle type updates in TextChannel._update for news channels.
Rapptz
2019-03-12
1
-0
/
+1
*
[commands] Support staticmethod listeners and disallow them in commands
Rapptz
2019-03-12
1
-5
/
+18
*
Add Category.create_text_channel/Category.create_voice_channel (#1976)
Nadir Chowdhury
2019-03-12
1
-0
/
+14
*
[commands] Refactor quoted_word free function to a StringView method.
Rapptz
2019-03-12
2
-88
/
+85
*
[commands] Separate view parsing errors from BadArgument.
Rapptz
2019-03-12
2
-6
/
+60
*
Revert default parameter use_cached of Attachment.save back to False.
Rapptz
2019-03-10
1
-1
/
+1
*
Moved http.close to before _closed.set
NCPlayz
2019-03-09
1
-2
/
+1
*
Add support for guild banners
SnowyLuma
2019-03-09
4
-11
/
+86
*
Add support for guild descriptions
Tarek1337
2019-03-08
2
-1
/
+4
[next]