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
*
fix AttributeError in Sticker.image
Nadir Chowdhury
2021-04-29
1
-1
/
+1
*
Add utils.MISSING
Nadir Chowdhury
2021-04-29
5
-24
/
+20
*
[commands] Update error message for Literal float/complex
Olivia
2021-04-27
1
-1
/
+1
*
[docs] Update notes for get_user and get_member
pikaninja
2021-04-27
2
-2
/
+2
*
Fix AttributeError in examples
apple502j
2021-04-27
2
-2
/
+2
*
Split annotation resolution to discord.utils
Rapptz
2021-04-27
3
-100
/
+106
*
[commands] Disallow float/complex in Literal but allow None
Rapptz
2021-04-27
1
-1
/
+1
*
Make spelling of "colour" consistent in docs
numbermaniac
2021-04-27
1
-1
/
+1
*
Add __int__ to discord.Colour
ppotatoo
2021-04-26
1
-0
/
+7
*
Adjust quickstart to not show commands example
HyperGH
2021-04-26
1
-2
/
+3
*
Add as_chunks helper function
Josh
2021-04-25
2
-0
/
+72
*
Properly change abc.User.avatar type to Asset
Rapptz
2021-04-25
1
-4
/
+5
*
[docs] Remove extraneous icon definition
Josh
2021-04-25
1
-2
/
+0
*
Use Asset for AuditLogChanges and add more entries
Nadir Chowdhury
2021-04-25
2
-12
/
+78
*
Remove HypesquadHouse enum from docs
Josh
2021-04-25
1
-14
/
+0
*
[commands] Add support for typing.Union to Flags
Josh
2021-04-25
1
-5
/
+11
*
[commands] Fix regression with Union converters not working
Rapptz
2021-04-24
1
-1
/
+3
*
[commands] Disallow complicated Literal types
Rapptz
2021-04-24
1
-0
/
+3
*
[commands] Fix Literal converter not working within flags
Rapptz
2021-04-24
1
-0
/
+4
*
[commands] Add FlagConverter.__iter__
Rapptz
2021-04-24
1
-0
/
+13
*
Add Activity.buttons
Nadir Chowdhury
2021-04-24
2
-17
/
+75
*
[commands] Fix _HelpCommandImpl.clean_params popitem
Stella
2021-04-23
1
-2
/
+2
*
[commands] Fix flag detection code in get_flags
Rapptz
2021-04-23
1
-3
/
+3
*
Fix typo in FlagConverter docs
Alex Nørgaard
2021-04-22
1
-1
/
+1
*
Define utils.cached_property in if TYPE_CHECKING guard
Josh
2021-04-22
1
-2
/
+5
*
Add support for editing message attachments
Rapptz
2021-04-21
1
-0
/
+27
*
Add target_user and target_type to Invite objects
sudosnok
2021-04-21
3
-1
/
+38
*
Rename lingering _url Asset properties
Nadir Chowdhury
2021-04-21
2
-2
/
+2
*
Fix documentation for RoleConverter
jack1142
2021-04-21
1
-2
/
+2
*
Add Template.is_dirty
Nadir Chowdhury
2021-04-21
1
-1
/
+19
*
[commands] Set constructible FlagConverter flags to not be required
Josh
2021-04-21
1
-0
/
+3
*
[docs] stage_channels doc typo
Nadir Chowdhury
2021-04-21
2
-2
/
+2
*
[commands] Allow FlagCommand subclasses to inherit options
Josh
2021-04-21
1
-6
/
+20
*
[commands] Add support for aliasing to FlagConverter
Josh
2021-04-21
1
-4
/
+47
*
Fix typo within `HelpCommand.verify_checks` documentation
Kino
2021-04-21
1
-1
/
+1
*
[commands] Avoid creating unnecessary flag mapping copies
Rapptz
2021-04-20
1
-2
/
+2
*
[commands] Default construct flags if they're not passed as parameters
Rapptz
2021-04-20
2
-0
/
+18
*
Fix some typings in utils
Rapptz
2021-04-20
1
-13
/
+2
*
[commands] Some minor clean up of the flag converter documentation
Rapptz
2021-04-19
1
-8
/
+15
*
[docs] fix docstring of AppInfo
Nadir Chowdhury
2021-04-19
1
-7
/
+9
*
Bump Python version in Quickstart documentation
Arnav Jindal
2021-04-19
3
-5
/
+4
*
[commands] Actually expose the FlagError base error
Rapptz
2021-04-19
2
-1
/
+6
*
[commands] Initial support for FlagConverter
Rapptz
2021-04-19
8
-0
/
+786
*
Remove lingering User.avatar documentation
Rapptz
2021-04-19
1
-4
/
+0
*
[commands] Add run_converters helper to call converters
Rapptz
2021-04-19
3
-116
/
+188
*
[commands] Add Context.current_parameter
Rapptz
2021-04-19
2
-0
/
+7
*
Add a third overload to parse_time
Rapptz
2021-04-19
1
-0
/
+6
*
Fix utils.find predicate typing to accept Any
Rapptz
2021-04-19
1
-1
/
+1
*
Update lavalink's repo url
Cryptex
2021-04-18
1
-1
/
+1
*
Add `MessageType.guild_invite_reminder`
Nadir Chowdhury
2021-04-18
3
-0
/
+9
[next]