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
*
[types] Snowflake can be either str or int.
Rapptz
2021-04-08
1
-2
/
+2
*
[commands] Raise error when a cog name is already registered
Sebastian Law
2021-04-08
1
-2
/
+22
*
Use Any instead of str for Embed typings for accuracy
Rapptz
2021-04-08
1
-10
/
+10
*
Add typings for models for guilds, activities, and voice
Nadir Chowdhury
2021-04-08
5
-0
/
+386
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
31
-136
/
+213
*
Add discord.types.Message.interaction attribute
Rapptz
2021-04-08
1
-0
/
+2
*
Add interaction related typings
Rapptz
2021-04-08
2
-5
/
+140
*
Add AllowedMentions typings
Rapptz
2021-04-08
1
-0
/
+10
*
Fix up typings for attachment and message
Rapptz
2021-04-08
1
-4
/
+8
*
Add typings for `Message`, `Emoji`, and `Member`
Nadir Chowdhury
2021-04-08
5
-2
/
+234
*
[commands] Use has_error_handler instead in command_error
pikaninja
2021-04-07
1
-2
/
+3
*
Make the bot template use f-strings over str.format
Kallum
2021-04-07
1
-2
/
+2
*
Fix inaccuracies with `AsyncIterator` typings
Nadir Chowdhury
2021-04-07
1
-15
/
+17
*
Add typings for channels and `PartialUser`
Nadir Chowdhury
2021-04-07
3
-0
/
+152
*
Add typing for flags
Nadir Chowdhury
2021-04-07
1
-26
/
+48
*
[docs] add note for possible Embed.type strings
Sebastian Law
2021-04-07
1
-0
/
+2
*
Fix regression in Activity relying on `try_enum`
Nadir Chowdhury
2021-04-07
1
-1
/
+4
*
Rename discord.types file based on relevant core module file
Rapptz
2021-04-07
2
-3
/
+1
*
Typehint discord.Embed and introduce discord.types subpackage
Rapptz
2021-04-07
3
-92
/
+251
*
[commands] Only replace annotation if one was given
Rapptz
2021-04-07
1
-1
/
+3
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
36
-26
/
+210
*
Add Embed.__bool__
Rapptz
2021-04-07
1
-0
/
+22
*
Revert "Remove unused group functionality"
Rapptz
2021-04-07
1
-0
/
+12
*
Fix AttributeError on HTTPClient.send_file to be send_files
Steve C
2021-04-07
1
-1
/
+1
*
Use `format_map` instead of `format` for `Route.url`
Nadir Chowdhury
2021-04-06
1
-1
/
+1
*
Add source_channel and source_guild to Webhook
Zomatree
2021-04-06
1
-1
/
+118
*
use `typing.AsyncIterator` for iterators
Nadir Chowdhury
2021-04-06
1
-30
/
+48
*
[commands] Use typing.get_type_hints to resolve ForwardRefs
Nadir Chowdhury
2021-04-06
1
-6
/
+25
*
Use non-underscore TypeVar in enum code
Rapptz
2021-04-06
1
-3
/
+3
*
Fix some regressions from create_task change
Rapptz
2021-04-06
2
-2
/
+2
*
Remove unused group functionality
Rapptz
2021-04-06
1
-12
/
+0
*
Reformat HTTPClient and add interaction endpoints
Rapptz
2021-04-06
1
-105
/
+484
*
Make enum code work with typecheckers
Rapptz
2021-04-06
1
-12
/
+23
*
Add on_interaction event and Interaction class.
Rapptz
2021-04-06
4
-0
/
+114
*
Add support for setting application_id
Rapptz
2021-04-06
2
-0
/
+29
*
[commands] Fix classmethod converters not working.
Rapptz
2021-04-05
1
-7
/
+4
*
[commands] Revert conversion code back to how it was originally
Rapptz
2021-04-05
1
-8
/
+7
*
[commands] Fix AttributeError for classes missing convert attribute
ToxicKidz
2021-04-05
1
-1
/
+1
*
[commands] Fix logic in Cog.has_error_handler()
Rapptz
2021-04-05
1
-1
/
+1
*
[commands] Address incorrect use of subclass (from type perspective)
Michael H
2021-04-05
1
-4
/
+5
*
[commands] Add more type information to public API of converters
Michael H
2021-04-05
1
-18
/
+18
*
Remove 3.6 check for `loop.shutdown_asyncgens()`
Nadir Chowdhury
2021-04-05
1
-2
/
+1
*
Use `asyncio.create_task` over `asyncio.ensure_future`
Nadir Chowdhury
2021-04-05
4
-9
/
+9
*
Remove fail-safe for retrieving all tasks
Nadir Chowdhury
2021-04-05
1
-7
/
+1
*
Use covariant TypeVar for protocol
Michael H
2021-04-05
1
-1
/
+1
*
[commands] Fix @classmethod converters
Michael H
2021-04-05
1
-6
/
+9
*
Fix versionadded not showing in docs for Attachment.content_type
Logan
2021-04-05
1
-1
/
+1
*
Remove deprecated client methods
Vaskel
2021-04-05
1
-50
/
+0
*
Add discord.utils.utcnow() helper function to ease migration
Rapptz
2021-04-04
1
-0
/
+15
*
Remove special casing of MAX_ASYNCIO_SECONDS in sleep_until
Rapptz
2021-04-04
1
-4
/
+0
[next]