Sebastian Law
7b595fb052
Fix docstring for create_invite
3 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
Ionite
6981eb69c4
Normalize type formatting in TypeError
Normalize most mixed usages of `__class__`, `__class__!r`,
`__class__.__name__!r` to the standard form of
`__class__.__name__`
3 years ago
Rapptz
ab265dcb7c
Add support for newest ForumChannel changes
This adds the following:
- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
3 years ago
Rapptz
5fe54b3ae6
Remove __slots__ from abc protocols
Fix #8354
3 years ago
Rapptz
6381b5a8f4
Change abc.GuildChannel.overwrites to have Object keys if cache failed
Ultimately despite it not being the prettiest, Object keys ended up
being the sanest solution to this without destroying ergonomics.
3 years ago
Bryan Forbes
d707019348
Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores
3 years ago
ow0x
52f3a3496b
Update docs for abc.Messageable.pins()
3 years ago
Rapptz
5de9287902
Change abc.PrivateChannel to be a proper subclass
This fixes isinstance(thread, discord.abc.PrivateChannel) from
returning True
3 years ago
Rapptz
96e6261d61
Change default for purge oldest_first to match history
3 years ago
Rapptz
4c74523794
Fix versionadded docstrings in voice connect methods
3 years ago
Rapptz
77baa06a99
Fix bug in permission resolution when dealing with timed out members
This would lead to timed out members having the read_messages
permission set to True instead of False
3 years ago
Rapptz
04f5fcf741
Fix Connectable.connect typing having bad inference if cls is missing
3 years ago
NextChai
300fb0411e
Replace trigger_typing with awaiting typing context manager
3 years ago
PythonCoderAS
fedfe5bec2
Add PartialChannel to list of implementing classes for Messageable
3 years ago
Harshal Laheri
89eb86ecdc
Add return type for __init__
3 years ago
Rapptz
69b12b97c0
Sync abc.User protocol with more shared methods
This isn't *all* of them but it's a sizeable portion
3 years ago
Rapptz
ab33551553
Fix type hints on GuildChannel.set_permissions
3 years ago
Vaskel
89b9f1616c
Add self_deaf and self_mute params to voice connect methods
3 years ago
Omkaar
1e4908b403
Add ForumChannel to abc.GuildChannel docstring
3 years ago
Omkaar
348764583d
Add jump_url property to channels
3 years ago
Rapptz
c284145f18
Add and remove some versionadded directives
3 years ago
Rapptz
23f6876492
Add initial support for forum channels
Closes #7652
3 years ago
UltimateSppy765
3378435bf0
Update abc.Messageable docs to show VoiceChannel
3 years ago
Rapptz
2aca705b95
Add support for sending messages and managing webhooks in VoiceChannel
3 years ago
Rapptz
a5f1c2f592
Take into consideration member timeouts in permission calculations
3 years ago
jack1142
5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484
3 years ago
Josh
e01d4a31eb
Replace invariant container types with wider types where applicable
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
chromacoat dreamkey
095aaa9ad1
Change wording of InvalidArgument removal in docs
3 years ago
Rapptz
4b2c2b231d
Fix type checker errors in Connectable and Messageable
3 years ago
Alex Nørgaard
7ff6850f17
Fix abc.User protocol requirements
3 years ago
Sebastian Law
1dccd70b05
Fix refs to abc.Connectable.connect
3 years ago
Sebastian Law
4a5057551a
Fix typo in circular comment
3 years ago
Stocker
554d2d7c99
Add the suppress_embeds parameter to send methods
Modified the following methods:
- abc.Messageable.send
- Webhook.send
- SyncWebhook.send
- InteractionResponse.send_message
3 years ago
Josh
147948af9b
Use typing.Self throughout library
3 years ago
Josh
2b69b5d545
Remove discord.InvalidArgument
This uses TypeError and ValueError instead.
3 years ago
Rapptz
0ed745f5ae
Remove regular context manager support from Typing
3 years ago
Rapptz
d01e73fca5
Document more uses of type ignore
3 years ago
Rapptz
c7c6d74d8d
Fix type errors in the abc module
3 years ago
Kaylynn Morgan
588cda0996
Refactor AsyncIter to use 3.6+ asynchronous generators
3 years ago
jack1142
dc19c6c7d5
Add positional-only arguments in more places
3 years ago
jack1142
de85eacbf5
Remove incorrect note about isinstance check for abc.Connectable
3 years ago
Rapptz
9c066a8cf6
Refactor internal message sending and editing parameter passing
This reduces some repetition in many functions and is ripped out of
the webhook code. This also removes the unused HTTP functions for
interaction responses since those belong in the webhook code rather
than the HTTPClient.
3 years ago
Imayhaveborkedit
f586f4dfbd
Clarify connect() requires Intents.voice_states
4 years ago
Rapptz
490bbffc93
Remove in-place edits and return fresh instances instead
Fixes #4098
4 years ago
Josh
d09993d7e7
Remove created_at from Snowflake Protocol
4 years ago
Rapptz
1279510194
Add support for PartialMessageable instances
This allows library users to send messages to channels without fetching
it first.
4 years ago
LightSage
13a47dfe6e
Fix docs for stickers
4 years ago
SYCKGit
56f800de9c
Add Thread to Messageable docstring
4 years ago