250 Commits (ab9356be83da8baab081c32a2dadb6d320e0c834)

Author SHA1 Message Date
Eta ab9356be83 Fix async iterators requesting past their bounds 2 years ago
Sebastian Law f380830143 Fix docstring for create_invite 3 years ago
Steve C 14875c45e3 Fix permissions-based docstrings to be more consistent 3 years ago
Rapptz ba901066ff Add support for newest ForumChannel changes 3 years ago
Rapptz da30ba1fbb Remove __slots__ from abc protocols 3 years ago
Rapptz fec36318f7 Change abc.GuildChannel.overwrites to have Object keys if cache failed 3 years ago
Bryan Forbes b9795979ac Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores 3 years ago
ow0x 8f7d13d7f0 Update docs for abc.Messageable.pins() 3 years ago
Rapptz 7c71feac23 Change abc.PrivateChannel to be a proper subclass 3 years ago
Rapptz 14240540bb Change default for purge oldest_first to match history 3 years ago
Rapptz aaaba21f09 Fix versionadded docstrings in voice connect methods 3 years ago
Rapptz cc7bdc2b98 Fix bug in permission resolution when dealing with timed out members 3 years ago
Rapptz 83de745dae Fix Connectable.connect typing having bad inference if cls is missing 3 years ago
NextChai 07dcb7afba Replace trigger_typing with awaiting typing context manager 3 years ago
Rapptz a88bf31af2 Sync abc.User protocol with more shared methods 3 years ago
Rapptz a3528182ec Fix type hints on GuildChannel.set_permissions 3 years ago
Vaskel 2127d37a21 Add self_deaf and self_mute params to voice connect methods 3 years ago
Omkaar e2ee1238f0 Add ForumChannel to abc.GuildChannel docstring 3 years ago
dolfies 5cfd544a67 Fix invite docs 2 years ago
dolfies 31c31ce030 Update create invite parameters 2 years ago
dolfies 3ffd0b073b Normalize include_applications -> with_applications 2 years ago
dolfies 9a6c4e1e35
Implement (almost) the entirety of the applications, billing, and store API (#449) 2 years ago
Rancor 19372ad514
Fix type-checking error in PrivateChannel ABC (#427) 2 years ago
dolfies b916e26b06 Fix application command search issues (fixes #372 and #375) 3 years ago
dolfies b2d834f898 Cleanup and implement missing setting types (fixes #<deleted-issue>) 3 years ago
dolfies 68d1b40239 Fix various app command bugs, improve documentation, implement missing fields 3 years ago
dolfies a777327d8e Implement Commands backend v2 3 years ago
dolfies 8adb809d51 Rework nonce generation 3 years ago
dolfies cfe58eeb1f Revert all voice receive changes 3 years ago
dolfies 13d7bafd64 Docs are fun 😭 3 years ago
dolfies 9fe7cfb474 Docs are fun :( 3 years ago
dolfies 8eaa26d479 Various fixes (docs, events, enums, exports 3 years ago
dolfies 8fcca3183a Rebase to latest upstream 3 years ago
dolfies e08cdd073a Documentation and operations fixes 3 years ago
dolfies 5ff7002424 Remove unnecessary imports 3 years ago
dolfies 50ff16ede6 Rebase to latest upstream 3 years ago
dolfies 29c2036bc8 Rebase to latest upstream 3 years ago
dolfies 957a484306 Run black 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 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 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
dolfies ee722b4a1f Add method to ABC and update VoiceRegion enum 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
dolfies 458650315b Add Messageable.ack() and remove DMChannel._from_message 3 years ago