Imayhaveborkedit
|
ac061c31fb
|
Fix default hook signature
Since the hook function can be both bound and unbound
the bound signature needs to accept an extra argument
|
4 years ago |
Rapptz
|
3c90f16bf0
|
Fix cached_slot_property typings again
|
4 years ago |
pikaninja
|
3cb093c709
|
Add a note about overwriting in set_permissions
|
4 years ago |
Stanisław Jelnicki
|
65439732b3
|
Add Discord Certified Moderator user flag
|
4 years ago |
apple502j
|
5acb3a62f8
|
Fix Webhook example
|
4 years ago |
Imayhaveborkedit
|
8e08bd6af2
|
Add vws message hook
|
4 years ago |
MrKomodoDragon
|
cc8a86a4bd
|
Improve the example for abc.Messageable.typing
|
4 years ago |
Cryptex
|
71fe40aafa
|
Consistent loop attribute description
|
4 years ago |
Tari
|
42bab370a7
|
[commands] Add BadColorArgument to __all__
|
4 years ago |
Rapptz
|
81b259ab36
|
Fix sending arrays with nulls in them when changing presences
|
4 years ago |
chromacoat dreamkey
|
c896563af4
|
Fix Colour.fuchsia docstring typo
|
4 years ago |
Dorukyum
|
5ad88dec72
|
Change Colour.blurple to new one
This moves the old one to Colour.og_blurple.
|
4 years ago |
Josh
|
42a538edda
|
[tasks] Replace None check with MISSING check in task loop
|
4 years ago |
NextChai
|
ef6f5d947a
|
[commands] Update command.parent and command.parents docs
* Switch root_parent from command to group
|
4 years ago |
Alex Nørgaard
|
fb20c4c3d4
|
Update docs for (Partial)Message.publish to reflect the actual permissions needed
|
4 years ago |
Arnav Jindal
|
ee3e2944ba
|
Add Colour.fuchsia and Colour.yellow
|
4 years ago |
Stanisław Jelnicki
|
9b4e820bbe
|
Document Invite.inviter as optional
|
4 years ago |
Josh
|
5fa64e83e0
|
Fix issues with imports causing NameErrors
|
4 years ago |
Sebastian Law
|
124c4a3919
|
Add Template.url
|
4 years ago |
Josh
|
ef22178dee
|
[tasks] Type hint the tasks extension
|
4 years ago |
Sebastian Law
|
f5727ff0d0
|
[tasks] fix regular task loops
|
4 years ago |
Nadir Chowdhury
|
757cfad38f
|
Type up **kwargs of various methods
|
4 years ago |
Sebastian Law
|
8bc489dba8
|
[tasks] Add support for explicit time parameter
|
4 years ago |
Josh
|
8b2241916a
|
Typehint Widget
|
4 years ago |
Jay3332
|
d5e14eb715
|
[commands] Fix a minor grammar error in MaxConcurrencyReached
|
4 years ago |
sudosnok
|
2a6d79078e
|
[commands] Add GuildChannelConverter
|
4 years ago |
Rapptz
|
de965c2bf5
|
Simplify SnowflakeList type hints
|
4 years ago |
Rapptz
|
2e12f6de9c
|
Typehint File
|
4 years ago |
Josh
|
3864fb37a0
|
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected]>
|
4 years ago |
Rapptz
|
1bf7aadf94
|
Typehint emoji classes
|
4 years ago |
Rapptz
|
7bad27d215
|
Fix SnowflakeList typings
|
4 years ago |
Rapptz
|
ca92f37f18
|
Fix typings in message.py
|
4 years ago |
Rapptz
|
81004369dc
|
Add Guild.fetch_channel
|
4 years ago |
Rapptz
|
598057ee79
|
Add Permissions.manage_events
|
4 years ago |
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 |
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 |