Rapptz
|
c31946f29f
|
Type hint GuildChannel and don't make it a Protocol
This reverts GuildChannel back into a base class mixin.
|
4 years ago |
Josh
|
7fde57c89a
|
Type-hint object.py
|
4 years ago |
Josh
|
c69b20c52c
|
Type hint colour.py
|
4 years ago |
Josh
|
6622be9f46
|
Make GuildChannel inherit Snowflake
|
4 years ago |
Nadir Chowdhury
|
63974ec46d
|
Add discovery_splash and community field to Guild.edit
|
4 years ago |
Rapptz
|
b32ad3de37
|
Fix AuditLogEntry.target being incorrect for bulk message delete
Fixes #6851
|
4 years ago |
Sebastian Law
|
b82a0dc6fd
|
[docs] remove mentions of bot only usability
|
4 years ago |
pikaninja
|
1d4e339141
|
Add get_user to the things intents.members affects
|
4 years ago |
Josh
|
dc67d2bd85
|
Replace uses of Ellipsis as sentinels with utils.MISSING
|
4 years ago |
Rapptz
|
e3037b32d5
|
Add changelog for v1.7.2
|
4 years ago |
NoName
|
2793fc06d5
|
Clarify Webhook.send return value documentation
|
4 years ago |
Rapptz
|
cd7357b93a
|
Add classproperty helper utility
This is apparently a 3.9+ only addition
|
4 years ago |
Rapptz
|
b0ec22065e
|
Add Client.create_dm
|
4 years ago |
Rapptz
|
83611edb66
|
Fix supressing messages leading a 400 error
This only makes it so allowed_mentions are passed if the message is
authored by the bot itself.
|
4 years ago |
Rapptz
|
135a7e9e5a
|
Reformat message.py file
|
4 years ago |
Rapptz
|
d940486552
|
Add types to PartialMessage
|
4 years ago |
Rapptz
|
4c97b8efdd
|
Fix typings for utils._parse_ratelimit_header
A CIMultiDict is not a Dict but a Mapping
|
4 years ago |
Rapptz
|
60c1240849
|
Fix SyncWebhook exception case causing attribute errors
|
4 years ago |
Rapptz
|
02e21a8905
|
Fix sending multipart data with SyncWebhook
Fixes #6825
|
4 years ago |
Zomatree
|
3381d1e089
|
Add typings for message related classes
|
4 years ago |
Nadir Chowdhury
|
e762f55847
|
Add fetch_invite with with_expiration
|
4 years ago |
Joey van Langen
|
4fcbe75d3b
|
Fix guild application command endpoints
|
4 years ago |
Nadir Chowdhury
|
51df7496db
|
Add AuditLogChanges.rules_channel/public_updates_channel
|
4 years ago |
Nadir Chowdhury
|
b705173676
|
Add types for ApplicationCommandPermissions & co
|
4 years ago |
David
|
66b17f5afb
|
Clarify ClientUser.verified docs
|
4 years ago |
MrKomodoDragon
|
a8945b5784
|
Fix grammar in the Guild.edit docstring
|
4 years ago |
Rapptz
|
1a8d63d54f
|
[commands] Remove Flag related delimiter and prefix error
|
4 years ago |
Rapptz
|
58274eafbc
|
[commands] Fix Generics causing other typing converters to fail
|
4 years ago |
Rapptz
|
7b8db49efe
|
Fix utils.MISSING not evaluating to True in implicit bool contexts
|
4 years ago |
Rapptz
|
3b6a2b9e85
|
[commands] Fix Generic subcalsses used as a converter
|
4 years ago |
Nadir Chowdhury
|
cbbd31cc9f
|
fix AttributeError in Sticker.image
|
4 years ago |
Nadir Chowdhury
|
c786a85a9b
|
Add utils.MISSING
|
4 years ago |
Olivia
|
a2df6e81b8
|
[commands] Update error message for Literal float/complex
|
4 years ago |
pikaninja
|
56f4ae3a83
|
[docs] Update notes for get_user and get_member
|
4 years ago |
apple502j
|
127b3239e9
|
Fix AttributeError in examples
|
4 years ago |
Rapptz
|
9f3551926a
|
Split annotation resolution to discord.utils
|
4 years ago |
Rapptz
|
69da87f455
|
[commands] Disallow float/complex in Literal but allow None
Type checkers (both mypy and pydantic) apparently don't like it
|
4 years ago |
numbermaniac
|
b84717fc76
|
Make spelling of "colour" consistent in docs
|
4 years ago |
ppotatoo
|
f4a861d76e
|
Add __int__ to discord.Colour
|
4 years ago |
HyperGH
|
686e531624
|
Adjust quickstart to not show commands example
|
4 years ago |
Josh
|
3c2674725a
|
Add as_chunks helper function
|
4 years ago |
Rapptz
|
d60689a983
|
Properly change abc.User.avatar type to Asset
|
4 years ago |
Josh
|
20c2664a50
|
[docs] Remove extraneous icon definition
|
4 years ago |
Nadir Chowdhury
|
1765cdffb1
|
Use Asset for AuditLogChanges and add more entries
|
4 years ago |
Josh
|
368fda7272
|
Remove HypesquadHouse enum from docs
|
4 years ago |
Josh
|
4fbc78ba81
|
[commands] Add support for typing.Union to Flags
|
4 years ago |
Rapptz
|
c250b9fc02
|
[commands] Fix regression with Union converters not working
This was due to the Literal restriction from earlier.
|
4 years ago |
Rapptz
|
185b554a56
|
[commands] Disallow complicated Literal types
|
4 years ago |
Rapptz
|
fb024546ff
|
[commands] Fix Literal converter not working within flags
|
4 years ago |
Rapptz
|
1c312a158a
|
[commands] Add FlagConverter.__iter__
|
4 years ago |