181 Commits (490bbffc935856f885edd9a2d1505ac228c38f72)

Author SHA1 Message Date
Rapptz 490bbffc93 Remove in-place edits and return fresh instances instead 4 years ago
Josh d09993d7e7
Remove created_at from Snowflake Protocol 4 years ago
Rapptz 1279510194 Add support for PartialMessageable instances 4 years ago
LightSage 13a47dfe6e
Fix docs for stickers 4 years ago
SYCKGit 56f800de9c
Add Thread to Messageable docstring 4 years ago
Nadir Chowdhury 60d82cf908
implement guild stickers 4 years ago
PythonCoderAS 51b02f2568
Change type to be compatible with the overwrites property 4 years ago
Josh 41e2d3c637
Allow callables in abc.Connectable.Connect 4 years ago
AkshuAgarwal 85f3e11ef1
Fix Example Usage in docs 4 years ago
z03h dd5fc656d9
Fix permissions_for for roles 4 years ago
Lilly Rose Berner 5b8be9a772
Add PartialMessage to list of allowed message reference types 4 years ago
Nadir Chowdhury e2624b9a31
[commands] Fix (Partial)MessageConverter to work with thread messages 4 years ago
Rapptz 99b8ae35ba Change _Overwrite to get dict entries rather than mutate 4 years ago
Rapptz a2b10a08b9 Fix KeyError due to refactoring mistake in Overwrite handling 4 years ago
Rapptz 55c7de82d3 Type and format abc.py 4 years ago
Aomi Vel 47e6a754e4
Add support for sending multiple embeds 4 years ago
Josh 233d10649c
[docs] Update Sphinx and Fix various references 4 years ago
Rapptz 695662416a Fix Messageable.send overload to take view parameters 4 years ago
Rapptz d78e5d979d Refactor and type hint invites 4 years ago
Zomatree b48f510e15
Add invite targets for voice channel invites 4 years ago
Rapptz 98570793e4 Add initial support for buttons and components 4 years ago
numbermaniac 3b55573777
Fix minor typo in typing() docs 4 years ago
pikaninja 3cb093c709
Add a note about overwriting in set_permissions 4 years ago
MrKomodoDragon cc8a86a4bd
Improve the example for abc.Messageable.typing 4 years ago
Josh 5fa64e83e0
Fix issues with imports causing NameErrors 4 years ago
Nadir Chowdhury 757cfad38f
Type up **kwargs of various methods 4 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 4 years ago
Rapptz c31946f29f Type hint GuildChannel and don't make it a Protocol 4 years ago
Josh 6622be9f46
Make GuildChannel inherit Snowflake 4 years ago
Sebastian Law b82a0dc6fd
[docs] remove mentions of bot only usability 4 years ago
Josh dc67d2bd85
Replace uses of Ellipsis as sentinels with utils.MISSING 4 years ago
Nadir Chowdhury c786a85a9b
Add utils.MISSING 4 years ago
Rapptz d60689a983 Properly change abc.User.avatar type to Asset 4 years ago
z03h 304229071f
Add VoiceChannel.video_quality_mode 4 years ago
Nadir Chowdhury 8f9819eb4c
[docs] Fix various unresolved references 4 years ago
pikaninja 23aaa75802
Add StageChannel to abc.GuildChannel docs 4 years ago
Rapptz ef4394f87d Add support for role objects in GuildChannel.permissions_for 4 years ago
Rapptz d85805ab6d First pass at supporting v8 API 4 years ago
TheOneMusic ec71eb2fcb
Added discord.StageChannel in documentation 4 years ago
Rapptz 99fc950510 Use f-strings in more places that were missed. 4 years ago
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 4 years ago
James 34ab772653
Use typing.Protocol instead of abc.ABCMeta 4 years ago
Rapptz 94bd1b9822 Convert two missing places to f-strings 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Tarek 6524869ddd
Implement voice region changing for voice channels 4 years ago
Rapptz 0c3be9713d Raise error if position could not be resolved in GuildChannel.move 4 years ago
Rapptz 7f0db1f35a Return early if no kwargs are given to GuildChannel.move 4 years ago
Rapptz a30ad6acf2 Ignore moving category channels to another category 4 years ago
Rapptz b850c9cd5d Add GuildChannel.move helper method to help with moving channels 4 years ago